Skip to content

Commit

Permalink
Ugh...
Browse files Browse the repository at this point in the history
  • Loading branch information
mrp500 committed Feb 28, 2024
1 parent e86e241 commit 014cf78
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<title>JS Game</title>
</head>

<body class="mobile-no-scroll">
<body>

<div class="container">
<div class="container__contenido">
Expand Down
8 changes: 0 additions & 8 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -123,12 +123,4 @@ button {
padding-bottom: 0;
}

.mobile-no-scroll {
background: linear-gradient(#1354A5 0%, #041832 33.33%, #041832 66.67%, #01080E 100%);
height: 100vh;
display: flex;
align-items: center;
justify-content: center;
}

}

0 comments on commit 014cf78

Please sign in to comment.