Difference between revisions of "Team:Stockholm/hugicss"
Line 7: | Line 7: | ||
position: relative; | position: relative; | ||
top: 100px; | top: 100px; | ||
+ | } | ||
+ | |||
+ | /* Meet the team */ | ||
+ | |||
+ | .team-panel { | ||
+ | padding-left: 30px; | ||
+ | padding-right: 30px; | ||
} | } | ||
Revision as of 15:47, 2 September 2015
/* Containers */
.content-container { height: auto; max-width: 1100px; min-width: 700px; position: relative; top: 100px; }
/* Meet the team */
.team-panel { padding-left: 30px; padding-right: 30px; }
/* 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; }