Skip to content

Commit

Permalink
update design
Browse files Browse the repository at this point in the history
  • Loading branch information
Hk669 committed Jul 14, 2024
1 parent a84800d commit 1327d7b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
9 changes: 9 additions & 0 deletions client/src/components/Footer/Footer.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
/* Ensure body and html take up the full height */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Inter', sans-serif;
scroll-behavior: smooth;
}

body, html {
margin: 0;
padding: 0;
Expand All @@ -15,6 +23,7 @@ body, html {
/* Main content area should flex to take up available space */
.content {
flex: 1;
background-color: var(--c-b);
}

/* Footer styles */
Expand Down
2 changes: 2 additions & 0 deletions client/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ body {
}

.app {
display: flex;
justify-content: center;
width: 100%;
max-width: 100%;
height: 100%;
Expand Down

0 comments on commit 1327d7b

Please sign in to comment.