Blog content css adjust
This commit is contained in:
parent
45072bef37
commit
5f292edafc
|
@ -47,10 +47,6 @@
|
||||||
border-bottom: 1px solid #DCDCDC;
|
border-bottom: 1px solid #DCDCDC;
|
||||||
}
|
}
|
||||||
|
|
||||||
.recent-title {
|
|
||||||
margin-bottom: 1rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.recent-content {
|
.recent-content {
|
||||||
padding-bottom: 3rem;
|
padding-bottom: 3rem;
|
||||||
li {
|
li {
|
||||||
|
|
|
@ -14,6 +14,10 @@
|
||||||
button {
|
button {
|
||||||
outline: 0;
|
outline: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.title-bar-title {
|
||||||
|
margin-left: 0.5rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#offCanvas {
|
#offCanvas {
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
@media 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.2rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue