mirror of
https://github.com/partitioncloud/partitioncloud-server.git
synced 2025-01-24 17:56:25 +01:00
17 lines
214 B
CSS
17 lines
214 B
CSS
|
@media (max-width: 1024px) {
|
||
|
html {
|
||
|
font-size: 13px;
|
||
|
padding: 0;
|
||
|
}
|
||
|
|
||
|
body {
|
||
|
margin: 0;
|
||
|
max-width: none;
|
||
|
}
|
||
|
|
||
|
nav {
|
||
|
padding: 0;
|
||
|
width: 100vw;
|
||
|
}
|
||
|
}
|