Skip to content

Commit

Permalink
fix(ui): make theater block font size static
Browse files Browse the repository at this point in the history
  • Loading branch information
RaneHyv committed Mar 4, 2024
1 parent c061ab8 commit 7b1f3ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
4 changes: 2 additions & 2 deletions frontend/theme/extras/blocks/teaser.less
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
&::after {
right: auto;
left: -44px;
border-right: 44px solid #f58220;
border-right: 44px solid @theme-color-blue;
border-left: 0;
}
}
Expand Down Expand Up @@ -64,7 +64,7 @@
background-position: 0 100%;
background-repeat: no-repeat;
background-size: 0 4px;
font-size: 3.9vw;
font-size: 27px;
line-height: 1.2;
transition: background-size 0.3s linear;
}
Expand Down
5 changes: 0 additions & 5 deletions frontend/theme/extras/main.less
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
// .portal-top,
// .content-area {
// overflow-x: hidden;
// }

body {
font-display: swap;
}
Expand Down

0 comments on commit 7b1f3ec

Please sign in to comment.