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