Skip to content
Snippets Groups Projects
Commit a35a4f7d authored by Dmitry Olyenyov's avatar Dmitry Olyenyov
Browse files

Merge branch 'fix/MRM-6657' into 'release/v0.18'

fix/[MRM-6657] bug fixes

See merge request mashroom/frontend/main-next!1051
parents f66cd129 bb2de2f5
Branches release/v0.18
Tags
No related merge requests found
......@@ -3,7 +3,7 @@
font-weight: bold;
font-size: 25px;
text-align: center;
margin: 4px;
margin: 24px 4px 4px 4px;
line-height: 31px;
}
......@@ -15,7 +15,7 @@
.listButton {
z-index: 5;
display: block;
height: 54px;
height: 56px;
border-radius: 50px;
font-size: 16px;
font-weight: 500;
......@@ -48,7 +48,7 @@
font-weight: 500;
width: 100%;
text-align: center;
margin-bottom: 20px;
margin-bottom: 32px;
display: flex;
justify-content: center;
}
......@@ -59,7 +59,7 @@
display: flex;
flex-direction: column;
justify-content: space-around;
padding: 42px 40px;
padding: 30px 24px;
}
.homeEmergency {
......
......@@ -101,7 +101,7 @@
}
.slider {
margin-bottom: 22px;
margin-bottom: 38px;
overflow: hidden;
}
......
......@@ -14,7 +14,7 @@
display: flex;
flex-direction: column;
justify-content: space-between;
height: 150px;
height: 145px;
width: 20%;
}
......@@ -23,13 +23,13 @@
}
.bigTitle {
font-size: 90px;
line-height: 97px;
font-size: 72px;
line-height: 77px;
font-family: var(--fonts-operetta);
align-items: center;
width: 590px;
font-weight: bold;
margin-bottom: 20px;
margin-bottom: 24px;
color: var(--colors-mashBlack);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment