Skip to content

Commit bc6c590

Browse files
authored
Merge pull request #94 from Sybit-Education/fix/footer-better-fix
fix: größere schmerzen
2 parents ea4a94c + 8401123 commit bc6c590

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

src/app/app.component.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
<router-outlet></router-outlet>
55
</main>
66
<app-back-to-top></app-back-to-top>
7+
<div class="footer-spacer"></div>
78
<app-footer></app-footer>
89
</div>

src/app/app.component.scss

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
1-
main {
2-
min-height: 77vh;
3-
}
4-
51
app-footer {
62
width: 100%;
73
}
4+
5+
main {
6+
padding: 0;
7+
}
8+
9+
810
.footer-spacer {
911
display: flex;
10-
min-height: 100vh;
12+
padding: 7vh 0 7vh 0;
1113
flex-direction: column;
1214
justify-content: space-between;
1315
}

src/app/components/map/map.component.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010

1111
.map {
1212
width: 100%;
13-
height: 80vh;
14-
border-radius: 25px;
13+
height: 93vh;
14+
border-radius: 15px;
1515
overflow: hidden;
1616
margin: 0;
1717
}

0 commit comments

Comments
 (0)