Team:CBNU-Korea/Team
From 2012.igem.org
(Difference between revisions)
Line 303: | Line 303: | ||
/* iPad, tablets etc portrait ---- */ | /* iPad, tablets etc portrait ---- */ | ||
- | @media all and (min-width : 768px) and (max-width : | + | @media all and (min-width : 768px) and (max-width : 1023px ) { |
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: 1024px) { |
body { | body { | ||
font-family: 'Droid Sans', sans-serif; | font-family: 'Droid Sans', sans-serif; |
Revision as of 02:52, 21 September 2012