Skip to content

Commit

Permalink
some more mobile tinkering
Browse files Browse the repository at this point in the history
  • Loading branch information
coolguyzone committed Feb 20, 2017
1 parent a7510d4 commit 5d80aab
Showing 1 changed file with 26 additions and 3 deletions.
29 changes: 26 additions & 3 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,9 @@ and (orientation : portrait) {
font-size: 1.8em;
padding: 12px 0;
margin-top: 20px;
}

.recipe-link:nth-of-type(odd) {
margin-right: 30px;
}

Expand Down Expand Up @@ -545,8 +548,7 @@ and (orientation : portrait) {
font-size: 2em;
}
h1{
margin-bottom: 20px;
margin-top: 100px;
margin-top: 60px;
font-size: 7em;
}

Expand All @@ -561,7 +563,11 @@ and (orientation : portrait) {
.bottom {
margin-top: 100px;
height: 500px;
width: 90%;
width: 97%;
}

.rb {
text-align: center;
}

.first-time {
Expand All @@ -583,4 +589,21 @@ and (orientation : portrait) {
font-size: 1.5em;
margin-top: -10px;
}

.arrow-right {
border-top: 60px solid transparent;
border-bottom: 60px solid transparent;
border-left: 60px solid #A89F38;
right: 8px;
top: 38%;
}

.arrow-left {
border-top: 60px solid transparent;
border-bottom: 60px solid transparent;
border-right: 60px solid #A89F38;
left: 8px;
top: 38%;
}

}

0 comments on commit 5d80aab

Please sign in to comment.