diff options
| author | la-ninpre <leobrekalini@gmail.com> | 2021-05-23 20:37:48 +0300 |
|---|---|---|
| committer | la-ninpre <leobrekalini@gmail.com> | 2021-05-23 20:37:48 +0300 |
| commit | 95e872ed91b2254f6486d8a106b09e4a80bc03e5 (patch) | |
| tree | babb36bda7c44ae0d85757534411f63cd2ba69a1 | |
| parent | c52fa1d2c7ab61a3ef1e1c55341bb59433fac875 (diff) | |
| download | aaoth.xyz-95e872ed91b2254f6486d8a106b09e4a80bc03e5.tar.gz aaoth.xyz-95e872ed91b2254f6486d8a106b09e4a80bc03e5.zip | |
fix clipping of first line of post on small screens
| -rw-r--r-- | _sass/main.scss | 2 |
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; |
