Skip to content

Commit cb36a1e

Browse files
committed
refactor: update footer styles
1 parent 8210b1e commit cb36a1e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

client/src/components/Footer/index.module.scss

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
display: inline-block;
1818
text-align: left;
1919
&.left {
20-
width: 75%;
20+
width: 54%;
2121
}
2222
}
2323
.title {
@@ -66,4 +66,10 @@ ul.icons {
6666
.container {
6767
display: flex;
6868
justify-content: space-between;
69+
}
70+
71+
@media (max-width: 991px) {
72+
.footer {
73+
padding-bottom: 60px;
74+
}
6975
}

client/src/components/Header/index.module.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ $height: 64px;
137137
.menu {
138138
background: transparent;
139139
border: none;
140+
width: fit-content;
140141
}
141142

142143
nav {

0 commit comments

Comments
 (0)