Skip to content

Commit

Permalink
styling fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
vnglst committed Sep 13, 2018
1 parent aef322b commit 9ec59c4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/components/UI/Button/Button.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.my-button {
font-weight: 900;
font-size: 1.5em;
padding: 0.75em;
padding: 1em;
border-radius: 0.5em;
text-shadow: 0 2px 0 rgba(0, 0, 0, 0.07);
background: var(--geel);
Expand Down
7 changes: 3 additions & 4 deletions src/components/UI/Overlay/Overlay.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
#025f76 70%,
#025f76 100%
); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
z-index: 0;
display: flex;
flex-direction: column;
justify-content: center;
Expand All @@ -33,10 +32,10 @@

.overlay-content p {
color: white;
font-size: 2em;
font-size: 2.5em;
margin: 0;
padding: 0.5em 1em;
line-height: 2;
padding: 1em;
line-height: 1.5;
}

.overlay-content a {
Expand Down
2 changes: 1 addition & 1 deletion src/pages/About/About.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.about-page p {
font-size: 1.7em;
font-size: 1.8em;
color: var(--zwart);
}

0 comments on commit 9ec59c4

Please sign in to comment.