Difference between revisions of "Team:Stockholm/hugicss"

Line 13: Line 13:
 
.team-panel {
 
.team-panel {
 
height: 120px;
 
height: 120px;
 +
display: inline-block;
 +
*display: inline;
 +
zoom: 1;
 +
vertical-align: top;
 
}
 
}
  
 +
.profile-picture {
 +
width: 25%;
 +
}
 +
 +
.profile-headline {
 +
width: 75%;
 +
}
 
/* Typography */
 
/* Typography */
  

Revision as of 17:01, 2 September 2015

/* Containers */

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

/* Meet the team */

.team-panel { height: 120px; display: inline-block;

  • display: inline;

zoom: 1; vertical-align: top; }

.profile-picture { width: 25%; }

.profile-headline { width: 75%; } /* 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; }