mirror of
https://github.com/tiyn/beaker-blog.git
synced 2025-11-22 04:39:45 +01:00
tried to change scrolling behaviour
This commit is contained in:
@@ -40,6 +40,8 @@ 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%;
|
||||||
@@ -161,7 +163,12 @@ form {
|
|||||||
margin-bottom: 40px;
|
margin-bottom: 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.standalone {
|
||||||
|
max-height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
.entry {
|
.entry {
|
||||||
|
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;
|
||||||
|
|||||||
Reference in New Issue
Block a user