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 76e4c19 commit ac52736
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions avBooth/error-screen-directive/error-screen-directive.less
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,14 @@
height: 300px;
}

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

img.error-img {
width: 300px;
}
}

.error-code {
position: absolute;
top: 0;
Expand All @@ -50,6 +58,14 @@
font-size: 130px;
}
}

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

h1 {
font-size: 70px;
}
}
}

img.error-img {
Expand Down

0 comments on commit ac52736

Please sign in to comment.