Team:CBNU-Korea/Team
From 2012.igem.org
(Difference between revisions)
Line 60: | Line 60: | ||
/* iPhone, etc portrait ---- */ | /* iPhone, etc portrait ---- */ | ||
- | @media | + | @media only screen and (min-width : 320px) { |
body { | body { | ||
font-family: 'Droid Sans', sans-serif; | font-family: 'Droid Sans', sans-serif; | ||
Line 80: | Line 80: | ||
/* Laptops, Desktops, etc ---- */ | /* Laptops, Desktops, etc ---- */ | ||
- | @media | + | @media only screen and (min-width: 1024px) { |
body { | body { | ||
font-family: 'Droid Sans', sans-serif; | font-family: 'Droid Sans', sans-serif; | ||
Line 88: | Line 88: | ||
/* large Desktops */ | /* large Desktops */ | ||
- | @media | + | @media only screen and (min-width: 1200px) { |
body { | body { | ||
font-family: 'Droid Sans', sans-serif; | font-family: 'Droid Sans', sans-serif; |
Revision as of 01:36, 21 September 2012