Difference between revisions of "Team:Stockholm/hugicss"

Line 1: Line 1:
 
/* Containers */
 
/* Containers */
  
.container-fluid {
+
.content-container {
 
height: auto;
 
height: auto;
 
max-width: 1100px;
 
max-width: 1100px;

Revision as of 14:53, 2 September 2015

/* Containers */

.content-container { height: auto; max-width: 1100px; min-width: 700px; position: relative; top: 100px; }

/* Typography */

h1 { font-family: 'Nunito', sans-serif; font-weight: bold; font-size: 1.875em; text-align: left; border-bottom: none; }

p { font-family: 'Nunito', sans-serif; font-size: 0.875em; text-align: left; }