1
0
mirror of https://github.com/tiyn/beaker-blog.git synced 2025-04-02 15:37:46 +02:00

fixed scrolling behaviour

This commit is contained in:
tiyn 2024-04-20 23:38:16 +02:00
parent 60be3da149
commit 0ff2bffc99

View File

@ -24,7 +24,6 @@ body {
body, body,
html { html {
font-family: sans-serif; font-family: sans-serif;
height: 100%;
max-width: 100%; max-width: 100%;
overflow-x: hidden; overflow-x: hidden;
} }
@ -40,8 +39,6 @@ footer .center {
.container { .container {
min-height: 100%; min-height: 100%;
display: flex;
flex-direction: column;
padding-bottom: 50px; padding-bottom: 50px;
padding-left: 10%; padding-left: 10%;
padding-right: 10%; padding-right: 10%;
@ -169,7 +166,7 @@ form {
.entry { .entry {
max-height: 100%; max-height: 100%;
border-radius: 0 10px 30px 0; /* border-radius: 0 10px 30px 0; */
margin-bottom: 20px; margin-bottom: 20px;
padding-left: 20px; padding-left: 20px;
} }
@ -232,7 +229,7 @@ ol {
} }
code { code {
border-radius: 25px; /* border-radius: 25px; */
padding-left: 20px; padding-left: 20px;
padding-right: 20px; padding-right: 20px;
page-break-inside: avoid; page-break-inside: avoid;