mirror of
https://github.com/Nezumi-2711/loi-phan-internship.git
synced 2026-09-22 20:01:33 +00:00
Fix style for offers UI
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
}
|
||||
|
||||
.header-container {
|
||||
@include flex-container(space-between, $align-items: center);
|
||||
@include flex-container(true, space-between, $align-items: center);
|
||||
|
||||
position: relative;
|
||||
max-width: 428px;
|
||||
@@ -21,7 +21,7 @@
|
||||
}
|
||||
|
||||
.header-content {
|
||||
@include flex-container(space-between);
|
||||
@include flex-container(true, space-between);
|
||||
}
|
||||
|
||||
@media screen and (min-width: 840px) {
|
||||
|
||||
Reference in New Issue
Block a user