summaryrefslogblamecommitdiffstats
path: root/assets/css/min770px.css
blob: dfa94506f8e5ec37215978d5f16c6741b59237fb (plain) (tree)
1
2
3
4
5
6

                           
                 

                        
                    















































                                    
@media (min-width: 770px) {
body {
    width: 800px;
    line-height: 1.5;
    background: #b5b5b5;
    font-size: 12px;
}

main#content hr {
    width: 108%;
    margin-left: -3.8%;
}

/* 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 */
main#content header#post-header h1 {
    font-size: 24px;
    font-size: 2.4rem;
}

main#content img {
    max-width: 108%;
    margin-left: -3.8%;
}

main#content figure {
    margin-left: -3.8%;
}

main#content figure img {
    max-width: 108%;
}

main#content pre {
    width: 108%;
    margin-left: -3.8%;
    padding: 1.5rem 2.2rem;
}
}