summaryrefslogtreecommitdiff
path: root/static/css/general_style.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/general_style.css')
-rw-r--r--static/css/general_style.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/static/css/general_style.css b/static/css/general_style.css
index a4e032e..60a8f7e 100644
--- a/static/css/general_style.css
+++ b/static/css/general_style.css
@@ -10,7 +10,8 @@ body {
margin-left: auto;
margin-right: auto;
padding: 0.5em;
- text-align: center;
+ text-align: justify;
+ text-justify: inter-word;
}
a{
@@ -146,6 +147,11 @@ footer {
text-align: center;
}
+/* images */
+img {
+ max-width: 35vw;
+}
+
/* image gallery (not really being used rn) */
div.gallery {
margin: 5px;