199 lines
3.6 KiB
SCSS
199 lines
3.6 KiB
SCSS
/* ==========================================================================
|
|
9. Media Queries - Smaller than 1130px
|
|
========================================================================== */
|
|
|
|
@media only screen and (max-width: 1130px) {
|
|
.fixed-nav {
|
|
opacity: 1;
|
|
position: fixed;
|
|
top: 0px;
|
|
left: 0px;
|
|
z-index: 99999;
|
|
background: #f2efe8;
|
|
width: 100%;
|
|
text-align: center;
|
|
padding: 4px;
|
|
}
|
|
a.fn-item {
|
|
display: inline;
|
|
margin-left: 10px;
|
|
}
|
|
blockquote {
|
|
margin-left: 0;
|
|
}
|
|
.post-holder {
|
|
padding-top: 20px;
|
|
}
|
|
#site-head {
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
min-height: 240px;
|
|
padding: 15% 0;
|
|
height: 100%;
|
|
margin-bottom: 0rem;
|
|
}
|
|
|
|
.blog-title {
|
|
font-size: 4rem;
|
|
letter-spacing: -1px;
|
|
}
|
|
|
|
.blog-description {
|
|
font-size: 1.7rem;
|
|
line-height: 1.5em;
|
|
}
|
|
|
|
.post {
|
|
font-size: 0.9em;
|
|
line-height: 1.6em;
|
|
}
|
|
|
|
.post-template .post {
|
|
padding-bottom: 1rem;
|
|
}
|
|
|
|
.post-template .post-header {
|
|
padding: 40px 0;
|
|
}
|
|
|
|
h1 {
|
|
font-size: 4.8rem;
|
|
text-indent: -2px;
|
|
}
|
|
|
|
h2 {
|
|
font-size: 3.8rem;
|
|
}
|
|
|
|
h3 {
|
|
font-size: 3.3rem;
|
|
}
|
|
|
|
h4 {
|
|
font-size: 2.8rem;
|
|
}
|
|
|
|
}
|
|
|
|
/* ==========================================================================
|
|
10. Media Queries - Smaller than 500px
|
|
========================================================================== */
|
|
|
|
|
|
@media only screen and (max-width: 500px) {
|
|
|
|
.fixed-nav {
|
|
display: none;
|
|
|
|
}
|
|
.post-holder {
|
|
padding-top: 20px;
|
|
}
|
|
#blog-logo img {
|
|
max-height: 80px;
|
|
}
|
|
|
|
.inner,
|
|
.pagination {
|
|
width: auto;
|
|
margin-left: 16px;
|
|
margin-right: 16px;
|
|
}
|
|
|
|
.post {
|
|
width:auto;
|
|
margin-left: 16px;
|
|
margin-right: 16px;
|
|
font-size: 0.8em;
|
|
line-height: 1.6em;
|
|
}
|
|
|
|
#site-head {
|
|
padding: 10% 0;
|
|
height: 65%;
|
|
}
|
|
#header-arrow {
|
|
display: none;
|
|
}
|
|
a.btn {
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.blog-title {
|
|
font-size: 3rem;
|
|
}
|
|
|
|
.blog-description {
|
|
font-size: 1.5rem;
|
|
}
|
|
|
|
|
|
h1, h2 {
|
|
font-size: 3rem;
|
|
line-height: 1.1em;
|
|
letter-spacing: -1px;
|
|
}
|
|
|
|
h3 {
|
|
font-size: 2.8rem;
|
|
}
|
|
|
|
h4 {
|
|
font-size: 2.3rem;
|
|
}
|
|
|
|
.post-template .post {
|
|
padding-bottom: 0;
|
|
}
|
|
|
|
.post-template .post-header {
|
|
padding: 30px 0;
|
|
}
|
|
|
|
.post-meta {
|
|
font-size: 1.3rem;
|
|
}
|
|
|
|
.post-footer {
|
|
padding: 4rem 0;
|
|
text-align: center;
|
|
}
|
|
|
|
.post-footer .author {
|
|
margin: 0 0 2rem 0;
|
|
padding: 0 0 1.6rem 0;
|
|
border-bottom: #EBF2F6 1px dashed;
|
|
}
|
|
|
|
.post-footer .share {
|
|
position: static;
|
|
width: auto;
|
|
}
|
|
|
|
.post-footer .share a {
|
|
margin: 1.4rem 0.8rem 0 0.8rem;
|
|
}
|
|
|
|
.older-posts,
|
|
.newer-posts {
|
|
position: static;
|
|
margin: 10px 0;
|
|
}
|
|
|
|
.page-number {
|
|
display: block;
|
|
}
|
|
|
|
.site-footer {
|
|
/*margin-top: 0.8rem;*/
|
|
font-size: 1.1rem;
|
|
}
|
|
|
|
}
|
|
|
|
/* ==========================================================================
|
|
End of file. Media queries should be the last thing here. Do not add stuff
|
|
below this point, or it will probably fuck everything up.
|
|
========================================================================== */
|