Skip to content

Commit

Permalink
restored app.css
Browse files Browse the repository at this point in the history
Keeping a clean PR.
  • Loading branch information
ceriottm committed Dec 17, 2023
1 parent e73305f commit 6a2e971
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions app/app.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
:root {
--header-height: 48px;
--footer-height: 30px;
--header-height: 50px;
--footer-height: 40px;
}

html {
Expand All @@ -9,15 +9,15 @@ html {
}

body {
margin-bottom: 30px;
margin-bottom: 35px;
}

.footer {
position: absolute;
bottom: 0;
width: 100%;
height: var(--footer-height);
padding-top: 7px;
padding-top: 12px;
background-color: #2c3e50;
color: white;
font-size: 0.8rem;
Expand Down Expand Up @@ -89,7 +89,6 @@ main .ratio > * {

.ratio-5x7 {
overflow-y: hidden;
overflow-x: hidden;
}

.ratio-5x7::before {
Expand Down

0 comments on commit 6a2e971

Please sign in to comment.