commit af87f3dfc5164ea513b0c5b7f5a85b0796186a11
parent 8ccc8eb025a7657e04d25708fc45b3eb14b270ff
Author: Hunter
Date: Thu, 24 Jul 2025 21:10:31 -0400
club-mate: improve chrome layout
Diffstat:
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/pages/club-mate/index.html b/pages/club-mate/index.html
@@ -21,11 +21,18 @@
background-color: #f7c200;
font-size: 28px;
font-family: serif;
+ margin: 0;
+ padding: 0;
+ display: flex;
+ justify-content: center;
+ align-items: flex-start;
+ min-height: 100vh;
}
.inner-div {
max-width: 1000px;
padding-left:15px;
padding-right:15px;
+ width: 100%;
}
h1 {
font-weight: normal;
@@ -123,7 +130,7 @@
}
</style>
</head>
- <body class="centered">
+ <body>
<div class="inner-div">
<div class="centered" style="max-width:100%">
<img class="header-bottle" src="https://hunterirving.github.io/web_workshop/pages/club-mate/images/cm_bottle_photo.png">