mirror of
https://github.com/kremalicious/umami.git
synced 2025-02-14 21:10:34 +01:00
10 lines
109 B
CSS
10 lines
109 B
CSS
.container {
|
|
margin: 0 auto;
|
|
}
|
|
|
|
@media screen and (max-width: 768px) {
|
|
.container {
|
|
margin: 0;
|
|
}
|
|
}
|