summaryrefslogtreecommitdiff
path: root/views/snippets
diff options
context:
space:
mode:
authorhorus2021-03-12 23:33:11 +0100
committerhorus2021-03-12 23:33:11 +0100
commit1730e54d3423a8d0ab3a2bd9791575b59ab399cc (patch)
treebc4e3f8d6360f35f787ee31b9091cc75ec2a6bf0 /views/snippets
parent14e75d123ebc16bbefe6d305181eafe3d4df6333 (diff)
downloadmoehring-1730e54d3423a8d0ab3a2bd9791575b59ab399cc.tar.gz
Add faces as submodule
Diffstat (limited to 'views/snippets')
-rw-r--r--views/snippets/layout.html19
1 files changed, 13 insertions, 6 deletions
diff --git a/views/snippets/layout.html b/views/snippets/layout.html
index 0776b3c..0bf0b19 100644
--- a/views/snippets/layout.html
+++ b/views/snippets/layout.html
@@ -24,8 +24,15 @@
color: #e1e1e1;
}
.main {
- margin-top: 1rem;
+ margin-top: 4rem;
font-size: 1.5rem;
+ margin-bottom: 4rem;
+ }
+ @media (max-width: 992px) {
+ .main {
+ margin-top: 3rem;
+ margin-bottom: 4rem;
+ }
}
@media (min-width: 992px) {
.main {
@@ -33,6 +40,10 @@
font-size: 2rem;
}
}
+ .main a {
+ color: #47ccfb;
+ text-decoration: underline;
+ }
h1 {
margin-bottom: 2rem;
}
@@ -78,14 +89,10 @@
h1::before {
content: "# ";
}
- h1 {
+ h1,h2 {
color: #f07206;
font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}
- .main a {
- color: #47ccfb;
- text-decoration: underline;
- }
.bg-dark {
background-color: #171717 !important;
}