update browse design

This commit is contained in:
Chneemann 2024-08-20 04:29:17 +02:00
parent 60f42e4aae
commit 012161a316
2 changed files with 3 additions and 5 deletions

View file

@ -1,7 +1,6 @@
@import "./../../../../../assets/style/colors.scss"; @import "./../../../../../assets/style/colors.scss";
section { section {
height: 60%;
padding: 0 48px; padding: 0 48px;
margin-top: 12px; margin-top: 12px;
} }

View file

@ -1,7 +1,7 @@
@import "./../../../../../assets/style/colors.scss"; @import "./../../../../../assets/style/colors.scss";
section { section {
height: 40%; height: 400px;
position: relative; position: relative;
overflow: hidden; overflow: hidden;
img { img {
@ -30,7 +30,6 @@ section {
.content { .content {
position: relative; position: relative;
width: 50%; width: 50%;
height: 40%;
top: 120px; top: 120px;
left: 96px; left: 96px;
gap: 32px; gap: 32px;
@ -40,7 +39,6 @@ section {
.title { .title {
font-size: 48px; font-size: 48px;
font-weight: 700; font-weight: 700;
height: 40%;
margin-bottom: 6px; margin-bottom: 6px;
text-shadow: 1px 1px 2px $black; text-shadow: 1px 1px 2px $black;
} }
@ -49,8 +47,9 @@ section {
position: relative; position: relative;
font-size: 18px; font-size: 18px;
font-weight: 400; font-weight: 400;
max-height: 96px;
height: fit-content;
overflow: hidden; overflow: hidden;
height: 50%;
word-wrap: break-word; word-wrap: break-word;
text-shadow: 1px 1px 2px $black; text-shadow: 1px 1px 2px $black;
} }