Skip to content

Commit

Permalink
Gellery paddng
Browse files Browse the repository at this point in the history
  • Loading branch information
dev01d committed Feb 3, 2019
1 parent 1fe1de4 commit 39d9b7e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/styles/App.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/*
TODO: move to semUI
*/

html,
body {
height: 100%;
Expand Down Expand Up @@ -79,6 +75,7 @@ p {
box-shadow: 0 10px 10px #56098a5b;
overflow: visible;
}

@media screen and (min-width: 35rem) {
#home {
padding: 2rem 2rem;
Expand All @@ -87,3 +84,8 @@ p {
padding: 3rem 1rem;
}
}
@media screen and (min-width: 30rem) {
#gallery {
padding: 4rem 4rem;
}
}

0 comments on commit 39d9b7e

Please sign in to comment.