Made kumi happy.
This commit is contained in:
parent
72d99fb08f
commit
fbc6251c5d
2 changed files with 5 additions and 5 deletions
|
@ -79,7 +79,7 @@ footer a {
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
margin-bottom: 20px;
|
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 {
|
.text-mauve {
|
||||||
|
|
|
@ -17,19 +17,19 @@
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<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="container">
|
||||||
<div class="row align-items-center w-100">
|
<div class="row align-items-center w-100">
|
||||||
<div class="col-sm-9">
|
<div class="col-sm-9">
|
||||||
<a class="navbar-brand text-mauve" href="/">
|
<a class="navbar-brand text-mauve" href="/">
|
||||||
<img class="navbar-brand-img" src="assets/img/logo-inv_grad.svg" alt="Private.coffee logo">
|
<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>
|
</a>
|
||||||
</div>
|
</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>
|
<a href="membership.html" class="btn btn-primary">♥ Support Us ♥</a>
|
||||||
</div>
|
</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>
|
<a href="https://status.private.coffee" class="btn btn-primary big">Status</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue