Reduce vertical spacings

This commit is contained in:
Filipe Dobreira
2015-06-06 21:48:00 +01:00
parent d5aa7dc7d3
commit 184308426d
+2 -7
View File
@@ -42,7 +42,7 @@ header {
background-color: #2a2a2a;
box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.05);
padding: 45px 30px;
padding: 25px 40px;
}
.exc-title {
margin: 0;
@@ -420,11 +420,6 @@ kbd {
/* Expand the spacing in the details section */
@media (min-width: 1000px) {
.details, .frame-code {
padding: 40px;
}
header {
padding-left: 65px;
padding-right: 65px;
padding: 20px 40px;
}
}