Team:CBNU-Korea/Team

From 2012.igem.org

(Difference between revisions)
Line 60: Line 60:
         /* iPhone, etc portrait ---- */
         /* iPhone, etc portrait ---- */
-
         @media only screen and (min-width : 320px) {
+
         @media all and (min-width : 320px) and (max-widht : 767px) {
             body {
             body {
                 font-family: 'Droid Sans', sans-serif;
                 font-family: 'Droid Sans', sans-serif;
Line 72: Line 72:
         /* iPad, tablets etc portrait ---- */
         /* iPad, tablets etc portrait ---- */
-
         @media only screen and (min-width : 768px) {
+
         @media all and (min-width : 768px) {
             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 only screen and (min-width: 1024px) {
+
         @media all 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 only screen and (min-width: 1200px) {
+
         @media all and (min-width: 1200px) {
             body {
             body {
                 font-family: 'Droid Sans', sans-serif;
                 font-family: 'Droid Sans', sans-serif;

Revision as of 01:41, 21 September 2012