Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 16 additions & 13 deletions static/styles/partials/footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
}

:root {
--clr-main-bg: #fff;
--clr-main-bg: lightgrey;
--clr-light-white: #f0f0f0;
--clr-lightgrey: #d3d3d3;
--clr-lightgrey: lightgrey;
--clr-grey: rgb(177, 177, 177);
--clr-text: #000;
--clr-medium-light: rgba(0, 0, 0, 0.6);
Expand All @@ -24,17 +24,17 @@
--fw-bold: 700;

--btn-padding: 8px 16px;
/* --gen-padding: 24px 40px; */
--gen-padding: 24px 40px;
--gen-padding: 24px 24px;

--gen-transition: 0.2s ease-in-out;
}

/* .footer-container {
background-color: #eaf6f6;
.footer-container {
background-color: #DFDFDF;
border: 2px;
padding-top: 50px;
} */
}
.footer-container {

flex: 0 0 100% ;
Expand Down Expand Up @@ -103,10 +103,11 @@
}

.footer-copyright {

display: flex;
justify-content: center;
margin-top: 75px;
margin-bottom: 24px;
margin-top: 20px;
margin-bottom: 20px;
}

.footer-copyright ul {
Expand All @@ -116,22 +117,24 @@

.footer-copyright ul li {
padding: 0 10px;

}

.footer-copyright ul li a {
text-decoration: none;

}

/* .footer-copyright ul li a:hover {
.footer-copyright ul li a:hover {
text-decoration: underline;
} */
/* .footer-copyright ul li a:hover {
}
.footer-copyright ul li a:hover {
text-decoration: none;
text-transform: none;

} */
}

.footer-taskify-inc {
padding: 0 30px;
padding: 0 5px;
}