Skip to content

Commit

Permalink
fixing some styles
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMarstonConnell committed Feb 15, 2024
1 parent 3f999a9 commit 2d32541
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/icon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Beacon</title>
<title>Beacon - ALPHA</title>
</head>
<body>
<div id="app"></div>
Expand Down
9 changes: 9 additions & 0 deletions src/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,15 @@ button:focus-visible {
flex-direction: column;
}

.template-container {
flex-grow: 1;
background-color: #fafafa;
}

h1 {
margin-top: 0px;
}

@media (prefers-color-scheme: light) {
:root {
color: #213547;
Expand Down
5 changes: 1 addition & 4 deletions src/views/HomePage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,7 @@
flex-grow: 1;
margin-top: 0px;
}
.template-container {
flex-grow: 1;
background-color: #fafafa;
}
.loader {
width: 48px;
height: 48px;
Expand Down

0 comments on commit 2d32541

Please sign in to comment.