Nyt forsøg på at ændre linjehøjde i lister
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Rasmus Malver 2021-11-10 19:59:12 +01:00
parent 556d80d054
commit cb94cfb00b
2 changed files with 7 additions and 1 deletions

View File

@ -121,6 +121,10 @@ ol {
} }
} }
ul {
line-height:1.5rem;
}
table { table {
td:first-child { td:first-child {
font-weight: bold; font-weight: bold;

View File

@ -110,7 +110,6 @@ nav {
width: 100%; width: 100%;
background: #555; background: #555;
text-align: center; text-align: center;
line-height:1.5em;
li a { li a {
display: block; display: block;
border-top: 1px solid #424242; border-top: 1px solid #424242;
@ -194,4 +193,7 @@ section {
//margin: 8rem 0 3rem; //margin: 8rem 0 3rem;
} }
} }
}
ul{
line-height:1.5em;
} }