Skip to content

Commit

Permalink
Merge branch 'ChromeGaming:main' into files
Browse files Browse the repository at this point in the history
  • Loading branch information
hars-21 authored Aug 4, 2024
2 parents 5dbb026 + efd3828 commit 621b6ac
Showing 1 changed file with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions styles/index.style.css
Original file line number Diff line number Diff line change
Expand Up @@ -755,6 +755,57 @@ input[type="email"]:focus {
font-size: 14px;
padding: 8px 12px;
}

body {
max-width: 100vw !important;
overflow-x: hidden !important;
}
.settings {
max-width: 100vw !important;
}

.whole-background {
top: 15vh !important;
margin-right: 0;
width: 100% !important;
padding: 0 !important;
margin: 0 !important;
overflow-x: hidden !important;
}

.whole-background .form {
width: 100% !important;
margin-left: 0 !important;
padding-left: 0px !important;
margin-right: 0px !important;
}

.heading {
width: max-content;
font-size: 1.2rem;
}

button.d-type {
width: 100% !important;
font-size: small !important;
}

.button-container {
width: 100% !important;
flex-wrap: wrap !important;
}
.button-container button{
width: 100% !important;
}

.form .right-background {
margin-bottom: 300px !important;
}

.author, .author .fotbar {
max-width: 100vw !important;
flex-wrap: wrap !important;
}
}

.button1 {
Expand Down

0 comments on commit 621b6ac

Please sign in to comment.