Fix some style issues
This commit is contained in:
parent
7a78c5dbf1
commit
7364349256
@ -8,7 +8,7 @@ body {
|
||||
background-attachment: fixed;
|
||||
background-image: linear-gradient( rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7) ),url('../background.jpg');
|
||||
backdrop-filter: blur(5px);
|
||||
height: 100vh;
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
||||
#container {
|
||||
@ -66,7 +66,9 @@ a:hover {
|
||||
|
||||
#calendar {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
justify-content: center;
|
||||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
h1 {
|
||||
@ -89,6 +91,7 @@ article {
|
||||
#wrapper {
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
width: 85vw;
|
||||
}
|
||||
|
||||
aside {
|
||||
@ -113,16 +116,16 @@ article {
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
padding: 16px;
|
||||
padding-bottom: 0;
|
||||
align-self: unset;
|
||||
}
|
||||
|
||||
body {
|
||||
padding: 10px;
|
||||
// width: 100vh;
|
||||
}
|
||||
|
||||
#container {
|
||||
width: 100%;
|
||||
min-width: 100%;
|
||||
justify-content: center;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user