Skip to content

Commit a025d48

Browse files
committed
Enhanced overall responsive design
1 parent a88664d commit a025d48

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

src/css/discussions.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ main {
654654

655655
#movie-match-btn2 {
656656
position: fixed;
657-
bottom: 180px;
657+
bottom: 140px;
658658
right: 30px;
659659
background-color: #7378c5;
660660
font: inherit;

src/css/style.css

+1
Original file line numberDiff line numberDiff line change
@@ -1862,6 +1862,7 @@ textarea {
18621862
margin-top: 60px;
18631863
padding: 20px;
18641864
width: 100%;
1865+
margin-bottom: 300px;
18651866
}
18661867

18671868
body {

src/html/discussions.html

+3-6
Original file line numberDiff line numberDiff line change
@@ -81,14 +81,11 @@ <h4 id="alt-title">Here, you can ask the chatbot about any movie-related topics
8181

8282
</main>
8383

84-
<button id="settings-btn" style="position: fixed; bottom: 220px">Settings</button>
84+
<button id="settings-btn" style="position: fixed; bottom: 180px">Settings</button>
8585
<button id="movie-match-btn2" onclick="window.location.href='movie-match.html'" title="Find a movie that matches your mood, genre, and time period!">Movie Match</button>
8686
<button id="movie-timeline-btn" onclick="window.location.href='movie-timeline.html'" title="Explore movies through different eras!" style="bottom: 100px">Movie Timeline</button>
87-
<button id="movie-of-the-day-btn" onclick="showMovieOfTheDay()" title="Get a recommended movie to watch for today!" style="bottom: 140px">Movie of the Day</button>
88-
<button id="trivia-btn" onclick="window.location.href='trivia.html'" style="margin-bottom: -40px">MovieVerse Trivia</button>
89-
90-
<!-- Create a button to go back to the main page -->
91-
<button id="back-to-top-btn" style="cursor: pointer" onclick="window.location.href='../../index.html'">Back To Main Page</button>
87+
<button id="movie-of-the-day-btn" onclick="showMovieOfTheDay()" title="Get a recommended movie to watch for today!" style="bottom: 60px">Movie of the Day</button>
88+
<button id="trivia-btn" onclick="window.location.href='trivia.html'" style="margin-bottom: -80px">MovieVerse Trivia</button>
9289

9390
<!-- Link to the external JavaScript file -->
9491
<script src="../js/app.js"></script>

0 commit comments

Comments
 (0)