Skip to content

Commit

Permalink
Fix footer style
Browse files Browse the repository at this point in the history
  • Loading branch information
AsteroidusTv committed May 20, 2024
1 parent 12d29c5 commit 9550e35
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ <h1 class="main-header-title-text2">cl</h1>

<!-- Footer -->
<footer class="main-footer">
<button class="standard-button main-header-button" onclick="window.location.href='about.html'">À-propos</button>
<button class="standard-button main-header-button" onclick="window.location.href='rules.html'">Règles</button>
<button class="standard-button main-footer-button" onclick="window.location.href='about.html'">À-propos</button>
<button class="standard-button main-footer-button" onclick="window.location.href='rules.html'">Règles</button>
<p class="main-footer-text">An Anonymous production</p>
</footer>

Expand Down
2 changes: 1 addition & 1 deletion styles/standard-assets/button.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
padding-left: 7.5px;
padding-right: 7.5px;
box-shadow: var(--border-width) var(--border-width) var(--border-color);
font-size: var(--main-font-size)
font-size: var(--main-font-size);
text-align: center;
text-transform: uppercase;
color: var(--main-color);
Expand Down
5 changes: 5 additions & 0 deletions styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ main {

.main-footer {
padding: 10px;
width: 100%;
display: flex;
align-items: center;
gap: 10px;
Expand Down Expand Up @@ -96,6 +97,10 @@ main {
width: 250px;
gap: 195px;
}

.main-footer-button {
display: none;
}
}

@media screen and (max-width: 428px) {
Expand Down

0 comments on commit 9550e35

Please sign in to comment.