Theme installed
This commit is contained in:
parent
8c90bb2dfc
commit
9f4d78baa2
135 changed files with 2650 additions and 269 deletions
15
sass/css/_footer.scss
Normal file
15
sass/css/_footer.scss
Normal file
|
@ -0,0 +1,15 @@
|
|||
#footer-wrapper {
|
||||
border-top: 1px solid var(--main-color);
|
||||
}
|
||||
.footer-icons {
|
||||
float: right;
|
||||
padding-top: .3em;
|
||||
}
|
||||
|
||||
.footer-text {
|
||||
float: left;
|
||||
p {
|
||||
padding-top: .3em;
|
||||
margin: 0;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue