Nyt forsøg på at ændre linjehøjde i lister
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
556d80d054
commit
cb94cfb00b
|
@ -121,6 +121,10 @@ ol {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ul {
|
||||||
|
line-height:1.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
table {
|
table {
|
||||||
td:first-child {
|
td:first-child {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
Loading…
Reference in a new issue