Skip to content

Commit

Permalink
adjust spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
luiztauffer committed Jan 14, 2025
1 parent 57fdd23 commit 7c06476
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
7 changes: 6 additions & 1 deletion layouts/news/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,21 @@ <h1>{{ .Title }}</h1>
</div>

<style>
main {
padding-top: 0 !important;
}

.news-page {
max-width: 800px;
margin: 0 auto;
font-family: Arial, sans-serif;
padding-top: 0 !important;
}

.page-header {
text-align: center;
margin-bottom: 10px;
/* Reduce space below the header */
padding-top: 5rem;
}

.page-header h1 {
Expand Down
10 changes: 7 additions & 3 deletions layouts/team/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ <h3>{{ .name }}</h3>
</div>

<style>
main {
padding-top: 0 !important;
}

.team-page {
max-width: 1000px;
margin: 0 auto;
Expand All @@ -61,7 +65,7 @@ <h3>{{ .name }}</h3>
.page-header {
text-align: center;
margin-bottom: 1.5rem;
padding-top: 4rem;
padding-top: 5rem;
}

.page-header h1 {
Expand All @@ -70,9 +74,9 @@ <h3>{{ .name }}</h3>
margin-bottom: 0.5rem;
}


.team-section {
margin-bottom: 3rem;
padding-top: 1rem;
padding-top: 0rem !important;
}

.section-title {
Expand Down

0 comments on commit 7c06476

Please sign in to comment.