mirror of
https://github.com/tcsenpai/obsidiangarden_netlify.git
synced 2025-06-06 20:55:21 +00:00
Larger top margin on mobile to make room for navbar
This commit is contained in:
parent
96b8b0a9b1
commit
c889b6dc9e
@ -12,6 +12,11 @@ body {
|
|||||||
font-size: 22px;
|
font-size: 22px;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
margin-top: 90px;
|
margin-top: 90px;
|
||||||
|
|
||||||
|
@media(max-width: 800px) {
|
||||||
|
margin-top: 150px;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.external-link {
|
.external-link {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user