mirror of
https://github.com/JonasunderscoreJones/wiki.jonasjones.dev.git
synced 2025-10-23 06:09:18 +02:00
Fixed width issue
Fixed an issue where the paddings/margins were too big on the ultra-small layout
This commit is contained in:
parent
1799f16ac5
commit
390f5faa6b
1 changed files with 7 additions and 0 deletions
|
@ -149,4 +149,11 @@ details a {
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
main {
|
||||||
|
margin: 0;
|
||||||
|
padding: 15px;
|
||||||
|
margin-bottom: 1rem;
|
||||||
|
border-radius: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue