Skip to content

Commit

Permalink
Remove legacy footer styling
Browse files Browse the repository at this point in the history
  • Loading branch information
PurkkaKoodari committed Sep 17, 2024
1 parent 599fed2 commit 6af80ee
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
15 changes: 7 additions & 8 deletions packages/ilmomasiina-frontend/src/components/Footer/Footer.scss
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
@use "@tietokilta/ilmomasiina-components/src/styles/definitions" as *;

footer {
position: absolute;
bottom: 0;
width: 100%;
padding: 1em 0;
background: $secondary-background;
color: $secondary-text-color;
text-align: center;

.container {
display: flex;
justify-content: center;
gap: 20px;
}

a {
display: inline-block;
color: $secondary-text-color;
margin-left: 10px;
margin-right: 10px;
color: inherit;
}
}
2 changes: 0 additions & 2 deletions packages/ilmomasiina-frontend/src/styles/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ html {
.layout-wrapper {
display: flex;
flex-direction: column;
position: relative;
min-height: 100vh;
padding-bottom: 4em;

> .container {
flex: 1 0 auto;
Expand Down

0 comments on commit 6af80ee

Please sign in to comment.