Skip to content

Commit

Permalink
updated nav menu
Browse files Browse the repository at this point in the history
  • Loading branch information
zackrylangford authored Jun 3, 2024
1 parent dff1880 commit 8a878d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ header nav ul {
header nav ul li a {
color: #fff;
text-decoration: none;
margin-right: 8px;
margin-right: 2.5rem;
}

header .logo h1 {
Expand Down Expand Up @@ -244,7 +244,7 @@ header .nav-list li a {

.main-content {
flex: 1 1 100%;
padding: 1rem 0;
padding: 2rem;
}

.cam-table {
Expand Down Expand Up @@ -295,6 +295,7 @@ header .nav-list li a {
font-size: 1em;
padding: 10px 15px;
margin-bottom: 10px;
margin-right: 0px;
}
}

Expand Down
2 changes: 1 addition & 1 deletion index.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ title: Camarilla Futures

<div class="main-content">
<h1>Camarilla Pivot Points</h1>
<p>Below is a table of the Camarilla pivot points for Topstep eligible futures tickers. The values update everyday at 4:00pm CSST</p>
<p>Below is a table of the Camarilla pivot points for Topstep eligible futures tickers. The values update everyday at 4:00pm CST</p>
<div class="info-section">
<div id="valid-date" class="info-box"></div>
<div id="next-valid-date" class="info-box"></div>
Expand Down

0 comments on commit 8a878d7

Please sign in to comment.