Blog content css adjust
This commit is contained in:
parent
d92ac0ce51
commit
45072bef37
|
@ -1,25 +1,21 @@
|
||||||
.markdown {
|
.markdown {
|
||||||
|
|
||||||
//color: rgba(0,0,0,1);
|
|
||||||
|
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
||||||
@media only screen and (min-width: 40.063em) {
|
@media screen and (min-width: 40.063em) {
|
||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
font-size: 1.5rem;
|
font-size: 1.875rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 40em) {
|
@media screen and (max-width: 40em) {
|
||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
font-size: 1.2875rem;
|
font-size: 1.2875rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
border-bottom: 1px solid #DDDDDD;
|
|
||||||
margin-bottom: 1rem;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
|
@ -42,8 +38,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
code {
|
code {
|
||||||
//margin-left: 0.25rem;
|
|
||||||
//margin-right: 0.025rem;
|
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
border: none;
|
border: none;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
|
Loading…
Reference in New Issue