aboutsummaryrefslogtreecommitdiffstats
path: root/_sass
diff options
context:
space:
mode:
authorla-ninpre <leobrekalini@gmail.com>2021-05-23 20:37:48 +0300
committerla-ninpre <leobrekalini@gmail.com>2021-05-23 20:37:48 +0300
commit95e872ed91b2254f6486d8a106b09e4a80bc03e5 (patch)
treebabb36bda7c44ae0d85757534411f63cd2ba69a1 /_sass
parentc52fa1d2c7ab61a3ef1e1c55341bb59433fac875 (diff)
downloadaaoth.xyz-95e872ed91b2254f6486d8a106b09e4a80bc03e5.tar.gz
aaoth.xyz-95e872ed91b2254f6486d8a106b09e4a80bc03e5.zip
fix clipping of first line of post on small screens
Diffstat (limited to '_sass')
-rw-r--r--_sass/main.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/_sass/main.scss b/_sass/main.scss
index ea31867..5ec3a08 100644
--- a/_sass/main.scss
+++ b/_sass/main.scss
@@ -141,7 +141,7 @@ ul {
.post-page {
margin-bottom: 10px;
.post-header {
- height: 4em;
+ margin-bottom: 2em;
ul {
display: flex;
float: right;