update css

This commit is contained in:
franknstayn
2021-07-29 20:14:01 +08:00
parent 1c9fe9f0ea
commit 63458f691f
3 changed files with 17 additions and 3 deletions

View File

@@ -9,6 +9,7 @@ body {
a {
text-decoration: none;
color:#000000;
}
.bg-black {
@@ -113,6 +114,10 @@ footer {
height: 70px;
}
.footer-socials-icons{
float: right;
}
.footer-menu {
list-style-type: none;
margin: 0;
@@ -409,4 +414,13 @@ span.designer-text {
.bi.bi-cart-fill {
color: #000000;
}
footer {
height: inherit;
}
.footer-socials-icons{
text-align: center;
margin-top: 5px;
}
}