mirror of
https://github.com/cupcakearmy/liquet.git
synced 2024-10-31 23:54:12 +01:00
line height and link underline in body
This commit is contained in:
parent
cac63b53cc
commit
06be702099
@ -3,6 +3,10 @@
|
|||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#singular #main a{
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
#singular #header {
|
#singular #header {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 0 2em;
|
padding: 0 2em;
|
||||||
@ -26,6 +30,7 @@
|
|||||||
#singular #content > * {
|
#singular #content > * {
|
||||||
max-width: var(--text-width);
|
max-width: var(--text-width);
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
line-height: 1.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user