another attempt at fixing links
This commit is contained in:
parent
db991463a1
commit
57096cb579
1 changed files with 9 additions and 4 deletions
|
@ -36,7 +36,7 @@ header,
|
||||||
footer {
|
footer {
|
||||||
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
|
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
width:100%;
|
width:100vw;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
@ -244,10 +244,9 @@ article {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding-left:1rem;
|
|
||||||
padding-right:1rem;
|
|
||||||
max-width: 60rem;
|
max-width: 60rem;
|
||||||
width: 100%;
|
width: 90%;
|
||||||
|
margin:0;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
font-family: Verdana, Geneva, Tahoma, sans-serif;
|
font-family: Verdana, Geneva, Tahoma, sans-serif;
|
||||||
}
|
}
|
||||||
|
@ -266,6 +265,12 @@ article h4 {
|
||||||
width:100%;
|
width:100%;
|
||||||
max-width:95%;
|
max-width:95%;
|
||||||
}
|
}
|
||||||
|
li ol,
|
||||||
|
li ul,
|
||||||
|
li,
|
||||||
|
li a{
|
||||||
|
width:unset !important;
|
||||||
|
}
|
||||||
|
|
||||||
article ul {
|
article ul {
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
|
|
Loading…
Reference in a new issue