Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
frubcoin authored Oct 17, 2024
1 parent ce3caff commit 77be098
Showing 1 changed file with 2 additions and 29 deletions.
31 changes: 2 additions & 29 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

<html><head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
Expand Down Expand Up @@ -128,18 +129,7 @@
@media (max-width: 768px) {
body {
overflow: auto;
font-family: "Encode Sans Expanded", sans-serif;
font-weight: 700;
font-style: normal;
color: var(--text-color);
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
align-items: center;
min-height: 100vh;
position: relative;

padding-top: 60px; /* Increase padding for mobile to avoid cutting off */

}
.vignette::after {
Expand All @@ -148,23 +138,6 @@

}

.content-wrapper {
background-color: var(--bg-color);
width: 100%;
display: flex;
height: 100vh;
justify-content: center; /* Center the content horizontally */
align-items: center; /* Center the content vertically */
padding-top: 0; /* Remove extra padding */
}
.container {
max-width: 600px;
width: 100%;
padding: 20px;
box-sizing: border-box;
text-align: center; /* Center text inside the container */
}

}


Expand Down

0 comments on commit 77be098

Please sign in to comment.