section move to other page
This commit is contained in:
@ -1570,10 +1570,6 @@ select {
|
||||
margin-top: 5rem;
|
||||
}
|
||||
|
||||
.mt-0 {
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
||||
.block {
|
||||
display: block;
|
||||
}
|
||||
@ -2252,6 +2248,10 @@ select {
|
||||
background-position: right top;
|
||||
}
|
||||
|
||||
.bg-right {
|
||||
background-position: right;
|
||||
}
|
||||
|
||||
.bg-right-bottom {
|
||||
background-position: right bottom;
|
||||
}
|
||||
@ -2860,14 +2860,6 @@ select {
|
||||
margin-right: 3rem;
|
||||
}
|
||||
|
||||
.md\:mt-0 {
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
||||
.md\:mt-6 {
|
||||
margin-top: 1.5rem;
|
||||
}
|
||||
|
||||
.md\:grid {
|
||||
display: grid;
|
||||
}
|
||||
@ -2952,14 +2944,14 @@ select {
|
||||
margin-top: 2rem;
|
||||
}
|
||||
|
||||
.lg\:mb-0 {
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
.lg\:mt-0 {
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
||||
.lg\:mb-0 {
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
.lg\:h-96 {
|
||||
height: 24rem;
|
||||
}
|
||||
|
Reference in New Issue
Block a user