Skip to content

Commit

Permalink
update layout
Browse files Browse the repository at this point in the history
  • Loading branch information
hslee2008 committed Jul 4, 2024
1 parent e4aef73 commit ed4f7d7
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,6 @@ It is a app that is mostly used by students in Korea, and it is available on the

![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/hslee2008/finalscalculator?style=for-the-badge)
![GitHub repo file count (file type)](https://img.shields.io/github/directory-file-count/hslee2008/FinalsCalculator?style=for-the-badge)

## Todos
- rewrite tests for a new structure
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"carbon-components-svelte": "^0.85.0",
"firebase": "^10.12.3",
"hyunseung-svelte-google-analytics": "^2.6.4",
"hyunseung-svelte-tabs": "^1.2.0",
"svelte-meta-tags": "^3.1.2"
}
}
8 changes: 1 addition & 7 deletions src/css/3rd party.css
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,4 @@
.bx--number__control-btn::before,
.bx--number__control-btn::after {
background-color: transparent !important;
}

/* Svelte-Tabs */

.svelte-tabs__tab-list {
border-bottom: none !important;
}
}
9 changes: 7 additions & 2 deletions src/css/layout.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
body {
margin: 0;
display: flex;
place-items: center;
min-width: 300px;
min-height: 100vh;
}

@media screen and (min-width: 500px) {
body {
display: flex;
min-height: 100vh;
}
}

#app {
Expand Down

0 comments on commit ed4f7d7

Please sign in to comment.