etch/assets/css/min770px.css

53 lines
731 B
CSS
Raw Permalink Normal View History

2020-06-01 22:32:47 -04:00
@media (min-width: 770px) {
2020-05-15 02:48:11 -04:00
body {
width: 600px;
line-height: 1.5;
}
2020-06-30 02:56:45 -04:00
main#content hr {
width: 108%;
margin-left: -3.8%;
}
2020-05-15 02:48:11 -04:00
/* index.html styles */
header#banner h2 {
font-size: 25px;
font-size: 2.5rem;
}
main#content h3 {
font-size: 20px;
font-size: 2rem;
}
main#content ul#posts {
font-size: 18px;
font-size: 1.8rem;
}
/* single.html styles */
2020-05-15 03:43:44 -04:00
main#content header#post-header h1 {
font-size: 24px;
font-size: 2.4rem;
2020-05-15 02:48:11 -04:00
}
main#content img {
max-width: 108%;
2020-06-08 03:17:13 -04:00
margin-left: -3.8%;
}
main#content figure {
margin-left: -3.8%;
}
main#content figure img {
max-width: 108%;
2020-05-15 02:48:11 -04:00
}
main#content pre {
width: 108%;
2020-06-08 03:17:13 -04:00
margin-left: -3.8%;
2020-05-15 02:48:11 -04:00
padding: 1.5rem 2.2rem;
}
2020-06-01 22:32:47 -04:00
}