forked from AkkomaGang/admin-fe
Fix styles for submit button with wide screen
This commit is contained in:
parent
81f050f9aa
commit
8e3256ad9e
1 changed files with 6 additions and 1 deletions
|
@ -267,6 +267,7 @@
|
|||
.settings-header-container {
|
||||
display: flex;
|
||||
height: 36px;
|
||||
max-width: 1728px;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
margin: 22px 30px 15px 15px;
|
||||
|
@ -330,8 +331,12 @@
|
|||
}
|
||||
|
||||
@media only screen and (min-width: 1824px) {
|
||||
.form-container {
|
||||
max-width: 1586px;
|
||||
}
|
||||
.submit-button-container {
|
||||
max-width: 1637px;
|
||||
width: 100%;
|
||||
max-width: inherit;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
right: auto;
|
||||
|
|
Loading…
Reference in a new issue