TRI-293: edit form

This commit is contained in:
2024-12-27 17:50:17 +03:00
parent 04c4e8c791
commit 5ea5529c67
15 changed files with 191 additions and 173 deletions

View File

@@ -39,9 +39,8 @@
@media (max-width: $screen-xs-max) {
.container {
max-width: 100vw;
margin: 0;
padding: 0 16px;
max-width: calc(100vw - 34px);
margin: 0 16px;
}
}

View File

@@ -15,6 +15,10 @@ footer {
@media only screen and (max-width: $screen-xl-max) {
header {
padding-bottom: 5px;
}
section.profile {
width: 100%;
}

View File

@@ -26,7 +26,8 @@ body {
max-width: 100vw;
max-height: initial;
height: initial;
overflow-x: hidden;
// not work with posytion sticky
//overflow-x: hidden;
}
label {