Skip to content

Commit 12049fc

Browse files
committed
Responsive Footer list and hover added
1 parent 3eb6069 commit 12049fc

2 files changed

Lines changed: 476 additions & 279 deletions

File tree

assets/css/index.css

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,7 @@ a:hover {
620620
display: flex;
621621
align-items: center;
622622
justify-content: flex-end;
623-
margin-left: 15px;
623+
/* margin-left: 15px; */
624624
}
625625

626626
.info__text__2 {
@@ -717,7 +717,6 @@ a:hover {
717717
}
718718

719719
.list__items {
720-
list-style-type: none;
721720
font-size: 1rem;
722721
font-family: "Lexend Deca", sans-serif;
723722
font-weight: 200;
@@ -726,8 +725,8 @@ a:hover {
726725
cursor: pointer;
727726
}
728727

729-
.list__items:hover {
730-
color: var(--green-secondary);
728+
.list-items-link:hover {
729+
color: #80ed99 !important;
731730
}
732731

733732
#notice {
@@ -877,10 +876,10 @@ a:hover {
877876
}
878877

879878
.footer__general {
880-
margin: 0 1rem;
879+
padding: 0 1rem;
881880
align-items: center;
882-
justify-content: center;
883-
text-align: center;
881+
justify-content: space-between;
882+
text-align:center;
884883
}
885884

886885
#left__footer__content {
@@ -1369,6 +1368,7 @@ span.dl {
13691368

13701369
li {
13711370
list-style-image: url("../img/ellipse.svg");
1371+
list-style: none;
13721372
}
13731373

13741374
.arrow-li {

0 commit comments

Comments
 (0)