mirror of
https://github.com/Spengreb/sync.git
synced 2026-05-17 13:02:05 +00:00
Fix #301
This commit is contained in:
parent
f9c4685948
commit
1939314d72
1 changed files with 6 additions and 0 deletions
|
|
@ -15,6 +15,12 @@
|
||||||
body {
|
body {
|
||||||
padding-top: 60px;
|
padding-top: 60px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 979px) {
|
||||||
|
body {
|
||||||
|
padding-top: 0!important;
|
||||||
|
}
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue