make space less pissed
This commit is contained in:
parent
4ee213de0a
commit
5882f3f57e
@ -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">
|
||||
|
@ -38,6 +38,8 @@
|
||||
#images {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
position: fixed;
|
||||
top:100px;
|
||||
}
|
||||
#navbar a:hover {
|
||||
cursor: pointer;
|
||||
|
Loading…
x
Reference in New Issue
Block a user