aboutsummaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
authorLibravatar cel 🌸 <cel@blos.sm>2023-06-20 23:18:03 +0100
committerLibravatar cel 🌸 <cel@blos.sm>2023-06-20 23:18:03 +0100
commit1139faada1eea4053f4d5abf190d5a3d1fa6f70d (patch)
tree7a3e39f5da0ebbdfca3cbed1bc838efe123fec32 /static
parentc24e154bb2b2299c68abbff8356e58008c875dbe (diff)
downloadblossom-1139faada1eea4053f4d5abf190d5a3d1fa6f70d.tar.gz
blossom-1139faada1eea4053f4d5abf190d5a3d1fa6f70d.tar.bz2
blossom-1139faada1eea4053f4d5abf190d5a3d1fa6f70d.zip
fix responsiveness
Diffstat (limited to 'static')
-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;
}