mirror of
https://github.com/Nezumi-2711/loi-phan-internship.git
synced 2026-09-23 04:10:00 +00:00
Refactor code
This commit is contained in:
@@ -1,13 +1,22 @@
|
||||
@import url("./abstracts/variables.css");
|
||||
@import url("./base/typo.css");
|
||||
|
||||
.wrapper {
|
||||
width: 1440px;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
.width-container {
|
||||
width: 1180px;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
.header__background {
|
||||
background-color: var(--primary-color);
|
||||
}
|
||||
|
||||
.container {
|
||||
display: flex;
|
||||
width: 1175px;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
padding-top: 35px;
|
||||
@@ -42,7 +51,6 @@
|
||||
/* Welcome section */
|
||||
.welcome {
|
||||
margin: auto;
|
||||
width: 1180px;
|
||||
display: flex;
|
||||
gap: 120px;
|
||||
padding-bottom: 82.87px;
|
||||
@@ -129,7 +137,6 @@
|
||||
|
||||
/* Pattern Section */
|
||||
.sponsor__container {
|
||||
width: var(--width);
|
||||
margin: 60 auto;
|
||||
gap: 55px;
|
||||
}
|
||||
@@ -174,7 +181,6 @@
|
||||
|
||||
/* Conversation Section */
|
||||
.conversation__container {
|
||||
width: var(--width);
|
||||
margin: 60px auto;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
@@ -198,4 +204,4 @@
|
||||
font-size: var(--fs-sm);
|
||||
font-family: var(--ff-primary-regular);
|
||||
line-height: 125%;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user