mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
add padding to mobile footer
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
.footer {
|
||||
padding-top: 10px;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.footer {
|
||||
padding-left: 5px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user