mobile navbar and hero section

This commit is contained in:
Jannik Menzel 2025-05-17 01:05:53 +02:00
parent cc2fa1cea5
commit d31e4399a6
7 changed files with 176 additions and 24 deletions

View file

@ -4,7 +4,7 @@
#markdown {
max-width: 80%;
margin: 0 auto;
padding: 3rem 0 0 0;
padding: 3rem 0 3rem 0;
hyphens: auto;
text-align: left;
line-height: 1.8;
@ -82,7 +82,7 @@
font-size: 1.1rem;
color: var(--color-text);
border: 1px solid var(--color-text);
border-radius: 10px;
border-radius: 30px;
overflow: hidden;
box-shadow: 0 4px 0 0 var(--color-text);
table-layout: fixed;
@ -105,11 +105,11 @@
#markdown blockquote {
background-color: var(--color-off);
padding: 20px 20px 7px 20px;
padding: 20px 20px 0 20px;
margin-bottom: 20px;
color: var(--color-text);
border: 1px solid var(--color-text);
border-radius: 10px;
border-radius: 30px;
box-shadow: 0 4px 0 0 var(--color-text);
}
@ -160,6 +160,7 @@
#markdown h1 {
font-size: 1.8rem;
margin-top: 2rem;
}
#markdown h2 {