Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Findeton committed Jun 28, 2023
1 parent ac52736 commit 6d59fda
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions avBooth/error-screen-directive/error-screen-directive.less
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,8 @@
height: 380px;
position: relative;

@media(max-width: @screen-sm-max) {
height: 300px;
}

@media(max-width: @screen-xs-max) {
height: 180px;
height: 280px;

img.error-img {
width: 300px;
Expand All @@ -53,17 +49,10 @@
font-weight: bold;
}

@media(max-width: @screen-sm-max) {
h1 {
font-size: 130px;
}
}

@media(max-width: @screen-xs-max) {
align-items: unset;

h1 {
font-size: 70px;
font-size: 200px;
}
}
}
Expand Down

0 comments on commit 6d59fda

Please sign in to comment.