mirror of https://github.com/calzoneman/sync.git
Fix #301
This commit is contained in:
parent
f9c4685948
commit
1939314d72
|
@ -15,6 +15,12 @@
|
|||
body {
|
||||
padding-top: 60px;
|
||||
}
|
||||
|
||||
@media (max-width: 979px) {
|
||||
body {
|
||||
padding-top: 0!important;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
|
Loading…
Reference in New Issue