Fix some fonts being too small

This commit is contained in:
Bea 2020-11-10 21:58:41 +01:00
parent e4bb647586
commit 40396bb835
1 changed files with 0 additions and 15 deletions

View File

@ -1338,10 +1338,6 @@ Media queries are used to make the website responsive and cool on mobile.
transition: .5s;
}
.mind-post-header p {
font-size: 11px;
}
.mind-post-header h1 {
line-height: 40px;
}
@ -1349,9 +1345,6 @@ Media queries are used to make the website responsive and cool on mobile.
.mind-post-card-big_header h3 {
font-size: 23px;
}
.mind-post-card-big_meta {
font-size: 11px;
}
.mind-post-card-big_main {
font-size: 15px;
@ -1451,14 +1444,6 @@ Media queries are used to make the website responsive and cool on mobile.
font-size: 14px;
}
.mind-post_content pre, .mind-post_content code {
font-size: 11px;
}
.mind-post-card-big_meta {
font-size: 10px;
}
.mind-site-footer_main {
font-size: 16px;
}