MatrixGW/assets/style.css

12 lines
164 B
CSS
Raw Normal View History

2025-01-22 21:35:38 +01:00
.body-content {
2025-01-27 21:54:03 +01:00
max-width: 900px;
2025-01-22 21:35:38 +01:00
margin: 50px auto;
}
.body-content .card-header {
font-weight: bold;
2025-01-29 21:50:17 +01:00
}
#user_id_container {
margin: 20px auto;
2025-01-22 21:35:38 +01:00
}