feat: change footer design
This commit is contained in:
@@ -25,7 +25,9 @@ $xl: 1200px;
|
||||
|
||||
--bs-primary: #233600;
|
||||
--bs-yellow: #F5AE07;
|
||||
--bs-light-green: #F4F6EC;
|
||||
--cl-primary: #233600;
|
||||
|
||||
}
|
||||
|
||||
// Additional global variables can be added here
|
||||
|
||||
@@ -1,8 +1,11 @@
|
||||
.site-footer {
|
||||
background: #f8f8ea;
|
||||
color: #4b4b4b;
|
||||
font-size: 0.9rem;
|
||||
padding: 2rem 0;
|
||||
|
||||
.container {
|
||||
background: var(--bs-light-green);
|
||||
border-top-left-radius: 2rem;
|
||||
border-top-right-radius: 2rem;
|
||||
}
|
||||
|
||||
&__top {
|
||||
padding-bottom: 2rem;
|
||||
|
||||
Reference in New Issue
Block a user