Skip to content

Commit

Permalink
Mas cambios
Browse files Browse the repository at this point in the history
  • Loading branch information
mrp500 committed Feb 28, 2024
1 parent 014cf78 commit 3405f23
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
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>
<body class="mobile-no-scroll">

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

.mobile-no-scroll {
position: relative;
right: 400px;
bottom: 0px;
}

}

0 comments on commit 3405f23

Please sign in to comment.