Skip to content

Commit

Permalink
Improve layout
Browse files Browse the repository at this point in the history
  • Loading branch information
nwarwick committed May 14, 2019
1 parent 38b2518 commit 5eb4aab
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/scss/views/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ html {
color: $text-white;
}

body {
display: flex;
flex-direction: column;
}

#main {
background-image: linear-gradient(25deg, #00446b, #16707e, #199f90, #00d1a1);
background-repeat: no-repeat;
Expand All @@ -12,6 +17,7 @@ html {
display: flex;
flex-direction: column;
background-attachment: fixed;
flex: 1;

footer {
text-align: center;
Expand Down Expand Up @@ -43,12 +49,12 @@ html {
.sound-board {
display: flex;
flex-wrap: wrap;
padding: 40px 0;
flex: 1;
flex-direction: row;
justify-content: center;
align-content: center;
align-items: center;
min-height: 500px;

.audio-block {
text-align: center;
Expand Down

0 comments on commit 5eb4aab

Please sign in to comment.