aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--static/style.css11
1 files changed, 8 insertions, 3 deletions
diff --git a/static/style.css b/static/style.css
index a912b53..5aae4df 100644
--- a/static/style.css
+++ b/static/style.css
@@ -19,10 +19,14 @@ body {
padding: 0;
margin: 0;
font-size: 14pt;
+ display: flex;
+ flex-direction: column;
+ align-items: center;
}
#page {
padding: 6vw;
+ max-width: 2000px;
display: flex;
flex-direction: column;
}
@@ -64,7 +68,7 @@ ul {
}
.panel {
- margin: 2vw;
+ margin: 4vh;
border: 4px solid #311f20;
padding: 2rem 4rem;
position: relative;
@@ -122,8 +126,9 @@ main {
.main-content {
flex: 12 1 0;
- min-width: 50vw;
- // z-index: 3;
+ min-width: 50%;
+ width: 100%;
+ /* z-index: 3; */
z-index: 15;
overflow-wrap: break-word;
}