summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2017-08-30 00:59:50 +0200
committerJules Laplace <julescarbon@gmail.com>2017-08-30 00:59:50 +0200
commitee4359ce7626129f7fd6ac64189ca55aa9f5f66b (patch)
treea56dbff06f6716c1f15fbaf3ec3ba18dc5394e0b /public
parent1df5bf087bf352edf61d8f27268d08a98eacf94d (diff)
adjust fonts
Diffstat (limited to 'public')
-rw-r--r--public/assets/css.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/public/assets/css.css b/public/assets/css.css
index c80c32b..9c356e7 100644
--- a/public/assets/css.css
+++ b/public/assets/css.css
@@ -9,6 +9,7 @@ html,body {
margin: 0;
font-family: sans-serif;
font-weight: 300;
+ font-size: 14px;
text-align: center;
background-color: white;
color: black;
@@ -141,14 +142,14 @@ h2 {
}
.media iframe {
margin: 10px auto;
- max-height: 40vh;
max-width: 82vw;
+ max-height: 32vh;
}
.media img {
display: block;
margin: 10px auto;
max-width: 82vw;
- max-height: 67vh;
+ max-height: 52vh;
}
.content {
padding: 8px;