fix: update layout and style for main content structure
This commit is contained in:
@@ -44,7 +44,7 @@
|
|||||||
<a href="/{{ site.resumeUrl }}" target="_blank" class="hidden block btn mt-2">View Resume</a>
|
<a href="/{{ site.resumeUrl }}" target="_blank" class="hidden block btn mt-2">View Resume</a>
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
<main class="container mx-auto px-6 py-12">
|
<main class="main-content container mx-auto px-6 py-12">
|
||||||
{{ content | safe }}
|
{{ content | safe }}
|
||||||
</main>
|
</main>
|
||||||
<!-- Footer -->
|
<!-- Footer -->
|
||||||
|
@@ -1,7 +1,16 @@
|
|||||||
|
html, body {
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
body {
|
body {
|
||||||
font-family: 'Inter', sans-serif;
|
font-family: 'Inter', sans-serif;
|
||||||
background-color: #1a202c;
|
background-color: #1a202c;
|
||||||
color: #e2e8f0;
|
color: #e2e8f0;
|
||||||
|
min-height: 100vh;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
|
.main-content {
|
||||||
|
flex: 1;
|
||||||
}
|
}
|
||||||
.section-title {
|
.section-title {
|
||||||
border-bottom: 2px solid #4a5568;
|
border-bottom: 2px solid #4a5568;
|
||||||
|
Reference in New Issue
Block a user