Update global.css

This commit is contained in:
xomf 2024-03-27 23:54:43 +00:00 committed by GitHub
parent cf52f53076
commit c791914d1c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,10 +10,6 @@ body {
} }
.titlebar {
text-align: center;
}
.box { .box {
background: rgba(0, 0, 0, 0.8); background: rgba(0, 0, 0, 0.8);
@ -22,10 +18,14 @@ body {
box-sizing: border-box; box-sizing: border-box;
text-align: center; text-align: center;
width: 100%; width: 100%;
margin: 5px; margin-top: 10px;
} }
.titlebar {
width: 100%;
}
a:link { a:link {
color: purple; color: purple;
@ -34,14 +34,15 @@ a:link {
} }
#content { #content {
width: 50%; width: 60%;
} }
#main-pane { #main-pane {
width: 100%; width: 100%;
padding: 10px; margin-top: 10px;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
} }
#content-pane, #sidenav { #content-pane, #sidenav {
@ -65,7 +66,7 @@ a:link {
#main-pane { #main-pane {
flex-direction: column; flex-direction: column;
width: 96%; width: 100%;
} }