make space less pissed

This commit is contained in:
Sequoia Haynes 2025-01-02 18:38:26 -08:00
parent 4ee213de0a
commit 5882f3f57e
2 changed files with 8 additions and 0 deletions

View File

@ -6,6 +6,12 @@
<link href="/styles/index.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css">
<title>CactusSMP</title>
<style>
body{
display:flex;
justify-content: center;
}
</style>
</head>
<body>
<div id="navbarContainer">

View File

@ -38,6 +38,8 @@
#images {
display: flex;
flex-direction: row;
position: fixed;
top:100px;
}
#navbar a:hover {
cursor: pointer;