mirror of
https://github.com/silverstripe/silverstripe-simple
synced 2024-10-22 11:05:50 +02:00
image max-width, h1 line height
This commit is contained in:
parent
85c3acc754
commit
f9e2128e14
@ -459,9 +459,8 @@ aside {
|
|||||||
}
|
}
|
||||||
@media only screen and (max-width: 960px) {
|
@media only screen and (max-width: 960px) {
|
||||||
.content img {
|
.content img {
|
||||||
width: 97%;
|
max-width: 97%;
|
||||||
height: auto;
|
height: auto;
|
||||||
margin: 0 0 20px;
|
|
||||||
}
|
}
|
||||||
.header .primary ul {
|
.header .primary ul {
|
||||||
margin-left: -12px;
|
margin-left: -12px;
|
||||||
@ -617,8 +616,9 @@ aside {
|
|||||||
}
|
}
|
||||||
.content-container h1 {
|
.content-container h1 {
|
||||||
font-size: 30px;
|
font-size: 30px;
|
||||||
|
line-height:35px;
|
||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
padding-bottom: 3px;
|
padding-bottom: 10px;
|
||||||
}
|
}
|
||||||
.content-container p {
|
.content-container p {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
Loading…
Reference in New Issue
Block a user