fix
All checks were successful
deploy to production / deploy (push) Successful in 31s

This commit is contained in:
Robin Grenzdörfer 2023-08-17 08:46:02 +00:00
parent d6e253d77e
commit 32295fecfa
3 changed files with 11 additions and 6 deletions

View File

@ -87,6 +87,7 @@
align-items: flex-end;
color: @font-color-secondary;
&.black-bg {
margin-top: -10px;
background-color: @bg-color-secondary;
}
.upper-part {

View File

@ -27,16 +27,20 @@
display: flex;
flex-direction: column;
align-items: center;
width: 127px;
gap: 8px;
width: 157px;
gap: 20px;
max-width: 45%;
flex-grow: 1;
font-size: 0.9rem;
@media @tablet {
max-width: initial;
flex-grow: initial;
width: 157px;
gap: 20px;
width: 160px;
gap: 10px;
}
@media @desktop {
width: 240px;
gap: 40px;
}
img {
width: 75%;

View File

@ -52,7 +52,7 @@
font-size: 1.2rem;
top: 0px;
height: 100px;
width: 335px;
width: 355px;
z-index: 9;
background-color: @bg-color-secondary;
}