finish layout rework

This commit is contained in:
Victor Batischev
2024-02-15 18:38:10 +03:00
parent 30c316a335
commit 23b8c3ad8a
8 changed files with 60 additions and 19 deletions

View File

@ -1,6 +1,16 @@
.article-blog {
display: flex;
flex-direction: column;
min-height: 100vh;
background: #f1f1f1;
.container {
max-width: 1160px;
display: flex;
flex-direction: column;
flex: 1;
}
&__breadcrumbs {
margin-top: 30px;

View File

@ -1,7 +1,15 @@
.auth-candidate {
overflow: hidden;
position: relative;
background-color: #f1f1f1;
display: flex;
flex-direction: column;
min-height: 100vh;
background: #f1f1f1;
.container {
max-width: 1160px;
display: flex;
flex-direction: column;
flex: 1;
}
&__start {
margin-top: 60px;

View File

@ -1,6 +1,16 @@
.blog {
display: flex;
flex-direction: column;
min-height: 100vh;
background: #f1f1f1;
.container {
max-width: 1160px;
display: flex;
flex-direction: column;
flex: 1;
}
&__breadcrumbs {
margin-top: 30px;

View File

@ -7,6 +7,9 @@
.container {
max-width: 1160px;
margin-top: 23px;
display: flex;
flex-direction: column;
flex: 1;
@media (max-width: 570px) {
margin-top: 0;

View File

@ -1,6 +1,15 @@
.registration-candidate {
position: relative;
background-color: #f1f1f1;
display: flex;
flex-direction: column;
min-height: 100vh;
background: #f1f1f1;
.container {
max-width: 1160px;
display: flex;
flex-direction: column;
flex: 1;
}
&__start {
display: flex;