Minor readability changes
This commit is contained in:
parent
b48b9b081e
commit
b1bd6baa6e
1 changed files with 9 additions and 3 deletions
|
@ -5,7 +5,8 @@ body {
|
|||
}
|
||||
|
||||
body {
|
||||
line-height: 1.25;
|
||||
font-size:22px;
|
||||
line-height:24px;
|
||||
width: 100vw;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
|
@ -40,10 +41,13 @@ header,
|
|||
footer {
|
||||
text-align: center;
|
||||
width: 100vw;
|
||||
font-size:14px;
|
||||
line-height: 16px;
|
||||
}
|
||||
|
||||
nav {
|
||||
border-radius: 30%;
|
||||
font-size:12px;
|
||||
}
|
||||
|
||||
a {
|
||||
|
@ -108,7 +112,7 @@ article > *{
|
|||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: space-evenly;
|
||||
font-size:18px;
|
||||
font-size:14px;
|
||||
font-weight: bolder;
|
||||
text-decoration: none !important;
|
||||
background-color: rgb(255, 255, 255,0.25);
|
||||
|
@ -265,6 +269,7 @@ article {
|
|||
font-family: Verdana, Geneva, Tahoma, sans-serif;
|
||||
max-width: 60rem;
|
||||
font-size:25px;
|
||||
line-height:34px;
|
||||
}
|
||||
|
||||
article table {
|
||||
|
@ -324,7 +329,7 @@ article>a {
|
|||
}
|
||||
|
||||
article h2,
|
||||
h1 {
|
||||
article h1 {
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
}
|
||||
|
@ -662,6 +667,7 @@ video {
|
|||
}
|
||||
nav{
|
||||
font-size:10px;
|
||||
line-height: 14px;
|
||||
}
|
||||
.social-link strong{
|
||||
display:none;
|
||||
|
|
Loading…
Reference in a new issue