mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-05 19:24:39 +00:00
clean up home container padding
This commit is contained in:
@@ -677,8 +677,12 @@ div > ol:has(.uiFileHandlerWrapper) {
|
|||||||
|
|
||||||
.home-container {
|
.home-container {
|
||||||
max-width: 1050px;
|
max-width: 1050px;
|
||||||
margin: 20px auto;
|
|
||||||
width: 1050px;
|
width: 1050px;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
gap: 2rem;
|
||||||
|
padding-top: 2rem;
|
||||||
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.home-container h1 {
|
.home-container h1 {
|
||||||
@@ -686,7 +690,7 @@ div > ol:has(.uiFileHandlerWrapper) {
|
|||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 3em !important;
|
font-size: 3em !important;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
margin: 30px auto 60px;
|
margin: 0 auto;
|
||||||
background: var(--background-primary);
|
background: var(--background-primary);
|
||||||
height: 3em;
|
height: 3em;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
@@ -699,8 +703,7 @@ div > ol:has(.uiFileHandlerWrapper) {
|
|||||||
|
|
||||||
.timetable-container {
|
.timetable-container {
|
||||||
width: 94%;
|
width: 94%;
|
||||||
margin: 50px auto;
|
height: auto;
|
||||||
height: 19em;
|
|
||||||
background: var(--better-main);
|
background: var(--better-main);
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
@@ -720,7 +723,6 @@ div > ol:has(.uiFileHandlerWrapper) {
|
|||||||
|
|
||||||
.notices-container {
|
.notices-container {
|
||||||
width: 94%;
|
width: 94%;
|
||||||
margin: 50px auto;
|
|
||||||
max-height: 60em;
|
max-height: 60em;
|
||||||
background: var(--better-main);
|
background: var(--better-main);
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -781,7 +783,6 @@ div > ol:has(.uiFileHandlerWrapper) {
|
|||||||
.shortcut-container {
|
.shortcut-container {
|
||||||
border: 2px solid var(--better-main);
|
border: 2px solid var(--better-main);
|
||||||
width: 94%;
|
width: 94%;
|
||||||
margin: 10px auto 50px;
|
|
||||||
background: var(--better-main);
|
background: var(--better-main);
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
@@ -794,7 +795,6 @@ div > ol:has(.uiFileHandlerWrapper) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.shortcut-container h2 {
|
.shortcut-container h2 {
|
||||||
margin: 20px;
|
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
}
|
}
|
||||||
@@ -2058,7 +2058,6 @@ body {
|
|||||||
|
|
||||||
.upcoming-container {
|
.upcoming-container {
|
||||||
width: 94%;
|
width: 94%;
|
||||||
margin: 50px auto;
|
|
||||||
max-height: 60em;
|
max-height: 60em;
|
||||||
background: var(--better-main);
|
background: var(--better-main);
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
Reference in New Issue
Block a user