- adjust padding so 5 media thumbs can appear per row
- lowering the h1 margins
- adding a profile content bottom margin
h1{
font-family: 'Carter One', arial, serif;
- margin-bottom: 20px;
- margin-top:40px;
+ margin-bottom: 15px;
+ margin-top:15px;
}
h2{
height:180px;
overflow:hidden;
float:left;
- margin:0px 10px 10px 0px;
+ margin:0px 4px 10px 4px;
text-align:center;
}
/* profile stuff */
-.profile_content p, .profile_bio {
+.profile_content {
padding: 6px;
background-color: #393939;
+ margin-bottom: 10px;
}