Skip to content

Commit 9cc2f86

Browse files
committed
Improve footer styles
1 parent f8cf66d commit 9cc2f86

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

_sass/footer.scss

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ footer {
44
background-color: #F6EEEC;
55
display: flex;
66
justify-content: space-between;
7+
align-items: center;
78

89
@media (max-width: 768px) {
910
padding: 2rem 1rem;
@@ -21,14 +22,15 @@ footer {
2122
h1 {
2223
font-size: 2rem;
2324
font-weight: bold;
24-
margin-bottom: 1rem;
25+
margin-bottom: 3rem;
26+
text-align: center;
2527

2628
&:hover {
2729
filter: drop-shadow(-0.5rem 0.5rem 0.5rem rgb(57, 126, 120));
2830
}
2931

3032
@media (max-width: 768px) {
31-
font-size: 1rem;
33+
font-size: 1.5rem;
3234
}
3335
}
3436

0 commit comments

Comments
 (0)