Skip to content

Commit

Permalink
Add support for wide screen spec rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-nenashev committed Sep 28, 2023
1 parent 09148db commit 5797407
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions _sass/_splash.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,21 @@
border: none !important;
}

width: 950px;
@include breakpoint($large) {
padding: 50px 0;
}

@include breakpoint($x-large) {
width: $x-large;
}

@include breakpoint($x2-large) {
width: $x2-large;
}

margin-left: auto;
margin-right: auto;
padding: 50px 0;


h1 {
font-family: "Ubuntu";
Expand Down

0 comments on commit 5797407

Please sign in to comment.