Skip to content

Commit 3fd9854

Browse files
CopilotDavidKRKCopilot
authored
fix: restrict owl background to index.html, isolate all non-home page classes (#181)
* fix: restore background-image on index.html, isolate music-page class Agent-Logs-Url: https://github.com/DavidKRK/DavidKRK.github.io/sessions/5d42fd6d-80f7-40cc-a2fe-311924b01ece Co-authored-by: DavidKRK <136035295+DavidKRK@users.noreply.github.com> * Update assets/css/style.css Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * fix: update all non-home pages to use page-specific body classes Agent-Logs-Url: https://github.com/DavidKRK/DavidKRK.github.io/sessions/a7c79463-e3b3-4a62-94a6-3ba779a4d323 Co-authored-by: DavidKRK <136035295+DavidKRK@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: DavidKRK <136035295+DavidKRK@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 6761ba9 commit 3fd9854

6 files changed

Lines changed: 7 additions & 5 deletions

File tree

assets/css/style.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,8 @@ body.home-page {
259259
}
260260
body:not(.home-page) {
261261
background-color: #416e73;
262+
display: flex;
263+
flex-direction: column;
262264
}
263265

264266

bio.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<!-- CSS -->
3636
<link rel="stylesheet" href="assets/css/style.css">
3737
</head>
38-
<body class="home-page">
38+
<body class="bio-page">
3939

4040
<div class="background-image"></div>
4141

contact.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
</head>
3232

33-
<body class="home-page">
33+
<body class="contact-page">
3434

3535
<div class="background-image"></div>
3636

event.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<link rel="stylesheet" href="assets/css/style.css">
3232
<script src="https://cdn.jsdelivr.net/npm/howler@2.2.3/dist/howler.core.min.js"></script>
3333
</head>
34-
<body class="home-page">
34+
<body class="event-page">
3535

3636
<div class="background-image"></div>
3737

music.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
}
9393
</style>
9494
</head>
95-
<body class="home-page">
95+
<body class="music-page">
9696

9797
<div class="background-image"></div>
9898

shop.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<link rel="stylesheet" href="assets/css/style.css">
3333
<script src="https://cdn.jsdelivr.net/npm/howler@2.2.3/dist/howler.core.min.js"></script>
3434
</head>
35-
<body class="home-page">
35+
<body class="shop-page">
3636

3737
<div class="background-image"></div>
3838

0 commit comments

Comments
 (0)