From 3344e09b6147db7927546df06f2febb7f72c0f43 Mon Sep 17 00:00:00 2001
From: pduchnovsky <54581833+pduchnovsky@users.noreply.github.com>
Date: Sun, 18 Aug 2024 17:55:54 +0000
Subject: [PATCH] some features and fixes (#569)
---
assets/scss/_content.scss | 13 ++++++++++---
1 files changed, 10 insertions(+), 3 deletions(-)
diff --git a/assets/scss/_content.scss b/assets/scss/_content.scss
index c29b481..def286e 100644
--- a/assets/scss/_content.scss
+++ b/assets/scss/_content.scss
@@ -3,6 +3,10 @@
display: flex;
margin-top: 1.6rem;
margin-bottom: 3.2rem;
+ @media only screen and (max-width: 768px) {
+ margin-top: 1rem;
+ margin-bottom: 1.6rem;
+ }
header {
margin-top: 6.4rem;
@@ -50,6 +54,8 @@
p {
text-align: justify;
text-justify: auto;
+ -ms-hyphens: auto;
+ -webkit-hyphens: auto;
hyphens: auto;
}
}
@@ -80,7 +86,7 @@
padding: 0.3rem 0.6rem;
background-color: $alt-bg-color;
border-radius: 0.6rem;
- line-height: 1.4em;
+ line-height: 1.5em;
a {
color: $fg-color;
@@ -113,7 +119,7 @@
border-radius: 50%;
@media only screen and (max-width: 768px) {
- width: 10rem;
+ width: 17rem;
}
}
@@ -194,6 +200,7 @@
list-style: none;
margin: 3rem 0 1rem 0;
padding: 0;
+ cursor: pointer;
li {
display: inline-block;
@@ -212,7 +219,7 @@
}
@media only screen and (max-width: 768px) {
- font-size: 1.4rem;
+ font-size: 1.5rem;
}
}
}
--
Gitblit v1.10.0