aboutsummaryrefslogtreecommitdiff
path: root/public/stylesheets
diff options
context:
space:
mode:
Diffstat (limited to 'public/stylesheets')
-rw-r--r--public/stylesheets/style.css13
1 files changed, 12 insertions, 1 deletions
diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css
index 62b7873..919696c 100644
--- a/public/stylesheets/style.css
+++ b/public/stylesheets/style.css
@@ -8,4 +8,15 @@ footer ul {
.x_panel {
height: 350px;
-} \ No newline at end of file
+}
+
+.x_panel.small {
+ height: unset;
+}
+
+.x_content.small {
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ margin-top: 0;
+}