update css

This commit is contained in:
2023-05-11 12:05:45 +02:00
parent 96ae724ded
commit 5a90bb229c
13 changed files with 56 additions and 230 deletions

View File

@@ -173,28 +173,30 @@ font-weight: 500;
white-space: normal;
}
header .freeflow {
header .customize {
background-color: transparent;
position: absolute;
}
footer .freeflow {
width: 100vw;
footer .customize {
/* width: 100vw; */
background-color: #FFFFFF;
display: flex;
flex-direction: column;
align-items: center;
padding: 40px;
padding-top: 40px;
padding-bottom: 40px;
}
footer .freeflow img {
footer .customize img {
width: 60px;
}
header .freeflow div {
header .customize div {
box-shadow: none;
text-transform: uppercase;
text-transform: capitalize;
font-weight: 700 !important;
}