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 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">
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css">
|
||||||
<title>CactusSMP</title>
|
<title>CactusSMP</title>
|
||||||
|
<style>
|
||||||
|
body{
|
||||||
|
display:flex;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="navbarContainer">
|
<div id="navbarContainer">
|
||||||
|
@ -38,6 +38,8 @@
|
|||||||
#images {
|
#images {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
position: fixed;
|
||||||
|
top:100px;
|
||||||
}
|
}
|
||||||
#navbar a:hover {
|
#navbar a:hover {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user