first commit

This commit is contained in:
2022-04-13 13:51:55 +07:00
commit 47e209c023
3107 changed files with 238911 additions and 0 deletions

View File

@ -0,0 +1,27 @@
.footer {
padding-left: 21.563rem;
background-color: $body-bg;
@include respond('laptop'){
padding-left: 17rem;
}
.copyright {
padding: 0.9375rem;
p {
text-align: center;
margin: 0;
}
a{
color: $primary;
}
@include custommq($min: 991px) {
border-radius:0 0 0 50px;
}
}
}