first commit
This commit is contained in:
27
public/style/scss/layout/footer/_footer.scss
Normal file
27
public/style/scss/layout/footer/_footer.scss
Normal 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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user