mirror of
https://github.com/cupcakearmy/liquet.git
synced 2024-10-31 23:54:12 +01:00
small styling
This commit is contained in:
parent
8fbdcaf73c
commit
39c1bf4282
@ -62,8 +62,7 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#singular #main #content > p a,
|
#singular #main #content > * a {
|
||||||
#singular #main #content > figure a {
|
|
||||||
border-bottom: 2px solid var(--clr-black);
|
border-bottom: 2px solid var(--clr-black);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -122,7 +121,7 @@
|
|||||||
margin: .25em .5em;
|
margin: .25em .5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#singular #top{
|
#singular #top {
|
||||||
padding: 0 .5em;
|
padding: 0 .5em;
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -40,6 +40,18 @@ h1, h2, h3, h4, h5, h6 {
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h2 {
|
||||||
|
margin-top: 3em;
|
||||||
|
}
|
||||||
|
|
||||||
|
h3 {
|
||||||
|
margin-top: 2em;
|
||||||
|
}
|
||||||
|
|
||||||
|
h4, h5, h6 {
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
|
Loading…
Reference in New Issue
Block a user