summaryrefslogtreecommitdiff
path: root/src/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.css')
-rw-r--r--src/main.css10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/main.css b/src/main.css
index a5c93bd..20b8531 100644
--- a/src/main.css
+++ b/src/main.css
@@ -21,7 +21,7 @@ body {
height: 100vh;
width: 100vw;
}
-#page {
+.page {
flex-grow: 1;
max-width: 65vw;
min-width: 45vw;
@@ -37,7 +37,7 @@ hr {
color: var(--text-primary);
width: 100%;
}
-#content {
+.content {
flex-grow: 1;
display: flex;
flex-direction: row;
@@ -122,7 +122,7 @@ form > select.button {
align-self: start;
}
-#page > center > h2 {
+.page > center > h2 {
margin-top: 12px;
margin-bottom: 12px;
}
@@ -153,11 +153,11 @@ header > a, header > a:visited, header > a:link {
}
@media screen and (max-width: 800px) {
- #page {
+ .page {
max-width: 100vw;
min-width: 90vw;
}
- #content > div {
+ .content > div {
width: 100%;
max-width: unset;
}