Fix some fonts being too small
This commit is contained in:
parent
e4bb647586
commit
40396bb835
@ -1338,10 +1338,6 @@ Media queries are used to make the website responsive and cool on mobile.
|
|||||||
transition: .5s;
|
transition: .5s;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mind-post-header p {
|
|
||||||
font-size: 11px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mind-post-header h1 {
|
.mind-post-header h1 {
|
||||||
line-height: 40px;
|
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 {
|
.mind-post-card-big_header h3 {
|
||||||
font-size: 23px;
|
font-size: 23px;
|
||||||
}
|
}
|
||||||
.mind-post-card-big_meta {
|
|
||||||
font-size: 11px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mind-post-card-big_main {
|
.mind-post-card-big_main {
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
@ -1451,14 +1444,6 @@ Media queries are used to make the website responsive and cool on mobile.
|
|||||||
font-size: 14px;
|
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 {
|
.mind-site-footer_main {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user