tweak display and masthead
This commit is contained in:
Родитель
b1b807c477
Коммит
554ffa8fb6
|
@ -42,4 +42,6 @@
|
|||
<hr class="masthead-hr">
|
||||
|
||||
{% include carbonads.html %}
|
||||
|
||||
<hr class="masthead-hr visible-xs">
|
||||
</div>
|
||||
|
|
|
@ -34,7 +34,7 @@ h1, h2, h3 {
|
|||
*/
|
||||
|
||||
.masthead {
|
||||
padding: 1rem;
|
||||
padding: 1.5rem;
|
||||
}
|
||||
.masthead a {
|
||||
color: #6a6a6a;
|
||||
|
@ -83,7 +83,6 @@ h1, h2, h3 {
|
|||
|
||||
/* Dividers */
|
||||
.masthead-hr {
|
||||
display: none;
|
||||
width: 130px;
|
||||
margin: 1rem 0;
|
||||
border-top-color: #eee;
|
||||
|
@ -100,9 +99,6 @@ h1, h2, h3 {
|
|||
max-width: 380px;
|
||||
padding: 3rem 2rem;
|
||||
}
|
||||
.masthead-hr {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 768px) and (min-height: 700px) {
|
||||
|
@ -127,7 +123,7 @@ h1, h2, h3 {
|
|||
|
||||
.carbonad {
|
||||
width: auto !important;
|
||||
margin: 1.5rem 0 0 !important;
|
||||
margin: 1.5rem 0 !important;
|
||||
padding: 0 !important;
|
||||
overflow: hidden; /* clearfix */
|
||||
height: auto !important;
|
||||
|
@ -201,13 +197,13 @@ h1, h2, h3 {
|
|||
|
||||
.listing {
|
||||
max-width: 900px;
|
||||
padding-left: 1rem;
|
||||
padding-right: 1rem;
|
||||
padding-left: 1.5rem;
|
||||
padding-right: 1.5rem;
|
||||
}
|
||||
.entry,
|
||||
.page {
|
||||
margin-top: 1rem;
|
||||
margin-bottom: 1rem;
|
||||
margin-top: 1.5rem;
|
||||
margin-bottom: 1.5rem;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче