Team:CBNU-Korea/Team
From 2012.igem.org
(Difference between revisions)
Line 291: | Line 291: | ||
/* iPhone, etc portrait ---- */ | /* iPhone, etc portrait ---- */ | ||
- | @media all and (min-width : 320px) and (max-width : | + | @media all and (min-width : 320px) and (max-width : 768px) { |
body { | body { | ||
font-family: 'Droid Sans', sans-serif; | font-family: 'Droid Sans', sans-serif; | ||
Line 303: | Line 303: | ||
/* iPad, tablets etc portrait ---- */ | /* iPad, tablets etc portrait ---- */ | ||
- | @media all and (min-width : | + | @media all and (min-width : 769px) and (max-width : 1024px ) { |
body { | body { | ||
font-family: 'Droid Sans', sans-serif; | font-family: 'Droid Sans', sans-serif; | ||
Line 377: | Line 377: | ||
/* large Desktops */ | /* large Desktops */ | ||
- | @media all and (min-width: | + | @media all and (min-width: 1025px) { |
body { | body { | ||
font-family: 'Droid Sans', sans-serif; | font-family: 'Droid Sans', sans-serif; |
Revision as of 02:53, 21 September 2012