all repos — site @ 95da87acb085befb8e217e6ff3ed87768c240ec0

source for my site, found at icyphox.sh

static/style.css (view raw)

 1@media screen and (max-width: 1200px) {
 2    #primary { width:67%; }
 3    #secondary { width:30%; margin-left:3%;}  
 4}
 5/* Tabled Portrait */
 6@media screen and (max-width: 768px) {
 7    #primary { width:100%; }
 8    #secondary { width:100%; margin:0; border:none; }
 9}
10html { font-size: 100% }
11@media (min-width: 640px) { body {font-size:100%;} } 
12@media (min-width:960px) { body {font-size:120%;} } 
13@media (min-width:1100px) { body {font-size:120%;} }
14
15.footer {
16  position: relative;
17  bottom: 0;
18  width: auto
19}