1
0
mirror of https://github.com/flarum/core.git synced 2025-10-09 14:06:26 +02:00
Files
php-flarum/less/admin/DashboardPage.less
2015-07-29 20:58:22 +09:30

10 lines
131 B
Plaintext

.DashboardPage {
@media @desktop-up {
.container {
max-width: 600px;
padding: 30px;
margin: 0;
}
}
}