Made kumi happy.

This commit is contained in:
jupfi 2024-04-14 20:53:10 +02:00
parent 72d99fb08f
commit fbc6251c5d
2 changed files with 5 additions and 5 deletions

View file

@ -79,7 +79,7 @@ footer a {
padding: 15px;
border-radius: 4px;
margin-bottom: 20px;
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15); /* More intense shadow */
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}
.text-mauve {

View file

@ -17,19 +17,19 @@
</head>
<body>
<nav class="navbar navbar-expand-sm navbar-dark" style="background-color: #ffb6c1;"> <!-- Assuming bg-coffee is a brown color -->
<nav class="navbar navbar-expand-sm navbar-dark" style="background-color: #ffb6c1;">
<div class="container">
<div class="row align-items-center w-100">
<div class="col-sm-9">
<a class="navbar-brand text-mauve" href="/">
<img class="navbar-brand-img" src="assets/img/logo-inv_grad.svg" alt="Private.coffee logo">
<h1 style="display: inline; font-family: 'title-font', sans-serif;">Private.coffee</h1> <!-- Assuming 'title-font' is a custom font. Added inline display for the h1 to be aligned with the image -->
<h1 style="display: inline; font-family: 'title-font', sans-serif;">Private.coffee</h1>
</a>
</div>
<div class="col-sm-2 d-flex justify-content-center text-mauve index-buttons"> <!-- Added justify-content-center for horizontal alignment -->
<div class="col-sm-2 d-flex justify-content-center text-mauve index-buttons">
<a href="membership.html" class="btn btn-primary">♥ Support Us ♥</a>
</div>
<div class="col-sm-1 d-flex justify-content-center index-buttons"> <!-- Added justify-content-end for horizontal alignment -->
<div class="col-sm-1 d-flex justify-content-center index-buttons">
<a href="https://status.private.coffee" class="btn btn-primary big">Status</a>
</div>
</div>