mirror of
https://github.com/Kaisaan/kaisaan.github.io.git
synced 2025-06-18 08:45:38 -04:00
Fix margins
This commit is contained in:
parent
92bc26b5fc
commit
2668ce8ba5
@ -30,10 +30,15 @@ p, li, h1, h2 {
|
|||||||
margin: 2%;
|
margin: 2%;
|
||||||
}
|
}
|
||||||
|
|
||||||
p, li {
|
p {
|
||||||
font-size: 2em;
|
font-size: 2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
li {
|
||||||
|
font-size: 2em;
|
||||||
|
margin-bottom: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 3em;
|
font-size: 3em;
|
||||||
margin-bottom: 0px;
|
margin-bottom: 0px;
|
||||||
|
Loading…
Reference in New Issue
Block a user