Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/aanupam23/hugo-sugoi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraanupam23 <11939280+aanupam23@users.noreply.github.com>2020-08-30 07:26:34 +0300
committeraanupam23 <11939280+aanupam23@users.noreply.github.com>2020-08-30 07:26:34 +0300
commit91ad2a8d1bf17b8e590a06d943204bafed2772bd (patch)
tree6255469d2909e3e9439407b4d830a869dea76a73
parent17858ae91938dfa457fb9b19ba63238fd52b1644 (diff)
Fixed titleBig issue, reduced h1 font size and footer color fix
-rw-r--r--static/css/custom.css22
1 files changed, 15 insertions, 7 deletions
diff --git a/static/css/custom.css b/static/css/custom.css
index 99d73df..adc564b 100644
--- a/static/css/custom.css
+++ b/static/css/custom.css
@@ -230,7 +230,7 @@ nav ul li>a:only-child::after {
min-height: 400px;
padding: 0;
width: 92%;
- margin-top: -100px;
+ margin-top: -50px;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
}
@@ -244,12 +244,11 @@ nav ul li>a:only-child::after {
@media (min-width: 550px) {
.main {
- margin-top: -100px;
+ margin-top: -50px;
width: 80%;
}
}
-
.section {
padding: 8rem 0 7rem;
}
@@ -263,8 +262,6 @@ nav ul li>a:only-child::after {
background: #222;
background-size: 100%;
background-repeat: no-repeat;
- height: 100%;
- min-height: 200px;
color: #eeeeee;
display: flex;
justify-content: center;
@@ -272,8 +269,8 @@ nav ul li>a:only-child::after {
}
@media (min-width: 550px) {
- .hero {
- min-height: 150px;
+ h1 {
+ font-size: 4.0rem;
}
}
@@ -299,4 +296,15 @@ nav ul li>a:only-child::after {
footer {
text-align: center;
+ color: #ccc;
+}
+
+footer a {
+ color: #fff;
+ text-decoration: underline;
+ font-weight: 500;
+}
+
+footer a:hover {
+ color: #0FA0CE;
} \ No newline at end of file