Increase icon sizes for mobile widths

This commit is contained in:
Nishanth Shanmugham
2015-08-27 00:15:41 -05:00
parent c10b0581a3
commit b6e755f850
2 changed files with 18 additions and 6 deletions

View File

@@ -264,10 +264,10 @@ body {
color: #fefefe;
}
.section.icons .content a .icon {
font-size: 16px;
font-size: 18px;
}
.section.icons .content a .icon.larger {
font-size: 18px;
font-size: 20px;
}
@media (min-width: 550px) {
.section.icons {
@@ -285,6 +285,12 @@ body {
.section.icons .content a:hover {
color: #333333;
}
.section.icons .content a .icon {
font-size: 16px;
}
.section.icons .content a .icon.larger {
font-size: 18px;
}
}
.section.main .container {
-webkit-align-items: center;