Skip to content

Commit aaae8c0

Browse files
committed
imporve mobile footer
1 parent a9730f0 commit aaae8c0

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

src/components/Footer.module.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ a.link {
4949
justify-content: center;
5050
align-items: center;
5151
gap: 1rem;
52+
margin-top: 20px;
53+
flex-direction: column;
5254
}
5355

5456
.logoGroup img {
@@ -60,3 +62,10 @@ a.link {
6062
font-weight: 600;
6163
margin-bottom: -0.2rem;
6264
}
65+
66+
@media (min-width: 768px) {
67+
.logoGroup {
68+
margin-top: 0;
69+
flex-direction: row;
70+
}
71+
}

src/components/layout.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,11 @@ table {
335335
border: 1px solid var(--color-light-grey);
336336
}
337337

338+
.scrollToTop,
339+
.editPage {
340+
display: none;
341+
}
342+
338343
.editPage:hover,
339344
.scrollToTop:hover {
340345
border-color: var(--color-secondary);
@@ -388,6 +393,11 @@ a.active {
388393
padding-left: 0;
389394
padding-right: 0;
390395
}
396+
397+
.scrollToTop,
398+
.editPage {
399+
display: block;
400+
}
391401
}
392402

393403
.editPage {

0 commit comments

Comments
 (0)