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>
|
||||
</div>
|
||||
</header>
|
||||
<main class="container mx-auto px-6 py-12">
|
||||
<main class="main-content container mx-auto px-6 py-12">
|
||||
{{ content | safe }}
|
||||
</main>
|
||||
<!-- Footer -->
|
||||
|
@@ -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