Blog style updated

This commit is contained in:
Firq 2023-03-15 00:58:54 +01:00
parent 247f07a4e5
commit cd294ddfb2
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20
2 changed files with 39 additions and 1 deletions

View file

@ -67,7 +67,13 @@ const { title } = Astro.props
font-size: 1em;
position: relative;
}
@media (min-width: 512px) {
@media (min-width: 900px) {
.drop {
margin-left: 1.5rem;
}
.line {
margin-left: 2.1rem;
}
}
@media (min-width: 1500px) {
.wrapper {