fix: update layout and style for main content structure
This commit is contained in:
@@ -1,7 +1,16 @@
|
||||
html, body {
|
||||
height: 100%;
|
||||
}
|
||||
body {
|
||||
font-family: 'Inter', sans-serif;
|
||||
background-color: #1a202c;
|
||||
color: #e2e8f0;
|
||||
min-height: 100vh;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
.main-content {
|
||||
flex: 1;
|
||||
}
|
||||
.section-title {
|
||||
border-bottom: 2px solid #4a5568;
|
||||
|
Reference in New Issue
Block a user