Responsive UI Improvements across the board

This commit is contained in:
Colin McLeod
2015-06-07 16:35:07 -07:00
parent 3bb88a5c03
commit fde6ddf985
19 changed files with 225 additions and 217 deletions

View File

@@ -31,6 +31,7 @@ body {
margin: 0;
padding: 0;
font-family: @fStandard;
letter-spacing: 0.05em;
}
div, a, li {
@@ -39,7 +40,7 @@ div, a, li {
#main {
margin: 0;
padding: 0.5em 0.25em;
padding: 0.5em 0;
min-height: 90%;
clear: both;
text-align: center;
@@ -69,6 +70,11 @@ div, a, li {
text-align: center;
}
.scroll-x {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
h1 {
font-family: @fTitle;
color: @primary;
@@ -79,11 +85,13 @@ h2 {
text-transform: uppercase;
font-family: @fStandard;
font-size: 1.2em;
font-weight: normal;
}
h3 {
text-transform: uppercase;
font-family: @fStandard;
font-weight: normal;
font-size: 1em;
margin: 0.2em 0;
color: @primary;