Team:ETH Zurich/css/style-wide.css

From 2014.igem.org

(Difference between revisions)
 
(3 intermediate revisions not shown)
Line 11: Line 11:
body,input,textarea,select
body,input,textarea,select
{
{
-
font-size: 12pt;
 
line-height: 1.75em;
line-height: 1.75em;
}
}
Line 21: Line 20:
.carousel
.carousel
{
{
-
padding: 1.5em 0 1.5em 0;
+
padding: 3em;
 +
max-height:200px;
}
}

Latest revision as of 00:36, 8 October 2014

/* Helios 1.5 by HTML5 UP html5up.net | @n33co Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)

  • /

/*********************************************************************************/ /* Basic */ /*********************************************************************************/

body,input,textarea,select { line-height: 1.75em; }

/*********************************************************************************/ /* Carousel */ /*********************************************************************************/

.carousel { padding: 3em; max-height:200px; }

.carousel .reel { padding: 0 1.5em 0 1.5em; }

.carousel article { width: 18em; margin: 0 1.25em 0 0; }