section move to other page

This commit is contained in:
2023-01-20 15:40:41 +02:00
parent 8d650a82cc
commit d6dd0fd589
9 changed files with 30 additions and 31 deletions

View File

@ -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;
}