Skip to content

Commit db29255

Browse files
committed
Enhanced app's responsive design
1 parent b243d5d commit db29255

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

src/css/style.css

-5
Original file line numberDiff line numberDiff line change
@@ -1383,10 +1383,6 @@ textarea {
13831383
}
13841384

13851385
@media (max-width: 840px) {
1386-
#movie-match-main {
1387-
margin-left: -100px;
1388-
}
1389-
13901386
#my-heading {
13911387
margin-left: 0;
13921388
}
@@ -1846,7 +1842,6 @@ textarea {
18461842
margin-top: 60px;
18471843
padding: 20px;
18481844
width: 100%;
1849-
margin-left: 25px;
18501845
}
18511846

18521847
body {

src/html/movie-match.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ <h1 id="stats-display" class="clock" style="font-size: 20px"></h1>
4646
</form>
4747
</header>
4848

49-
<main id="movie-match-main" style="margin-left: 10px">
49+
<main id="movie-match-main">
5050
<div class="movie-match-container">
5151
<h2 id="search-title">Find Your Movie Match</h2>
5252
<form id="movie-match-form">

0 commit comments

Comments
 (0)