Tweaked the code of blog layout
This commit is contained in:
parent
7a0b0117c4
commit
061a961d8d
|
@ -20,7 +20,7 @@ body {
|
|||
background-position: top;
|
||||
background-repeat: repeat-x;
|
||||
background-attachment: fixed;
|
||||
font-size: 1.125rem; /* 18px */
|
||||
font-size: 1.3rem;
|
||||
font-family: 'Nunito', Arial, sans-serif;
|
||||
margin: 0;
|
||||
}
|
||||
|
@ -57,7 +57,7 @@ img {
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 600px) {
|
||||
@media only screen and (min-width: 37.5rem) {
|
||||
.small {
|
||||
max-width: 60%;
|
||||
height: auto;
|
||||
|
@ -92,12 +92,12 @@ hr {
|
|||
#container {
|
||||
margin: 3em auto;
|
||||
width: 90%;
|
||||
max-width: 1100px;
|
||||
max-width: 68.75rem;
|
||||
background-color: black;
|
||||
color: #dddddd;
|
||||
outline-color: #425e74;
|
||||
outline-style: ridge;
|
||||
outline-width: 8px;
|
||||
outline-width: 0.5rem;
|
||||
outline-offset: 0;
|
||||
}
|
||||
|
||||
|
@ -158,7 +158,7 @@ hr {
|
|||
}
|
||||
|
||||
#recentpostlistdiv ul {
|
||||
font-size: 1.2em;
|
||||
font-size: 1.1em;
|
||||
padding: 0;
|
||||
list-style-type: none;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue