Styling stuffs

This commit is contained in:
Rolf Martin Glomsrud 2024-09-29 16:26:08 +02:00
parent 6382e55f70
commit 1f342fb6fd
3 changed files with 3 additions and 1 deletions

View file

@ -29,6 +29,7 @@ const today = new Date();
margin-bottom: 2rem;
border-radius: 10px;
width: 90%;
max-width: 1000px;
}
.social-links {
display: flex;

View file

@ -36,6 +36,7 @@ import { SITE_TITLE } from '../consts';
margin-bottom: 2rem;
color: white;
width: 90%;
max-width: 1000px;
}
h2 {
margin: 0;

View file

@ -18,7 +18,7 @@ const servers = (await getCollection('servers'));
<BaseHead title={SITE_TITLE} description={SITE_DESCRIPTION} />
<style>
main {
width: 90%;
width: 960px;
}
.title {