all repos — site @ 9c8a6c23b3e748703287567a9d64fb054814ecca

source for my site, found at icyphox.sh

build/static/responsive.css (view raw)

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

.footer {
  position: absolute;
  bottom: 0;
}