Skip to content

Commit

Permalink
fix(styles): various style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tomastrajan committed Jun 9, 2021
1 parent efd117d commit 60fb9b2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,9 @@ h2 {
left: 0;
bottom: 0;
right: 0;
background: url('../../../../assets/intro.jpg') no-repeat center top;
background-image: url('../../../../assets/intro.jpg');
background-repeat: no-repeat;
background-position: center top;
background-size: cover;
opacity: 0.7;
content: '';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,13 @@ mat-slider {
}
.buttons {
margin: 20px 0px;

button {
flex: 1 1 0;
margin: 0 10px 0 0;

&:last-of-type {
margin: 0;
}
}
}

0 comments on commit 60fb9b2

Please sign in to comment.