Auto commit: 2026-02-15T17:07:01.888Z

This commit is contained in:
Flatlogic Bot 2026-02-15 17:07:01 +00:00
parent 67efead03b
commit 0d4287aa6a

View File

@ -48,7 +48,6 @@ $facebook_link = "https://www.facebook.com/profile.php?id=61587890927489";
font-family: 'Inter', sans-serif; font-family: 'Inter', sans-serif;
color: #ffffff; color: #ffffff;
background-color: #000; background-color: #000;
overflow: hidden;
} }
.background { .background {
@ -108,20 +107,23 @@ $facebook_link = "https://www.facebook.com/profile.php?id=61587890927489";
.app-container { .app-container {
display: flex; display: flex;
flex-direction: column;
width: 100%; width: 100%;
height: 100vh; min-height: 100vh;
align-items: center; align-items: center;
padding: 2rem; justify-content: center;
padding: 4rem 2rem;
box-sizing: border-box; box-sizing: border-box;
gap: 3rem;
} }
/* Left Side: Player */ /* Center Section: Player */
.player-section { .player-section {
flex: 1; width: 100%;
max-width: 550px;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: center; justify-content: center;
max-width: 500px;
z-index: 10; z-index: 10;
} }
@ -424,13 +426,13 @@ $facebook_link = "https://www.facebook.com/profile.php?id=61587890927489";
background-color: #00c853; background-color: #00c853;
} }
/* Right Side: Featured Image */ /* Center Section: Featured Image */
.image-section { .image-section {
flex: 2; width: 100%;
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
padding-left: 3rem; z-index: 5;
} }
.featured-img-container { .featured-img-container {