Styling stuffs
This commit is contained in:
parent
6382e55f70
commit
1f342fb6fd
3 changed files with 3 additions and 1 deletions
|
@ -29,6 +29,7 @@ const today = new Date();
|
|||
margin-bottom: 2rem;
|
||||
border-radius: 10px;
|
||||
width: 90%;
|
||||
max-width: 1000px;
|
||||
}
|
||||
.social-links {
|
||||
display: flex;
|
||||
|
|
|
@ -36,6 +36,7 @@ import { SITE_TITLE } from '../consts';
|
|||
margin-bottom: 2rem;
|
||||
color: white;
|
||||
width: 90%;
|
||||
max-width: 1000px;
|
||||
}
|
||||
h2 {
|
||||
margin: 0;
|
||||
|
|
|
@ -18,7 +18,7 @@ const servers = (await getCollection('servers'));
|
|||
<BaseHead title={SITE_TITLE} description={SITE_DESCRIPTION} />
|
||||
<style>
|
||||
main {
|
||||
width: 90%;
|
||||
width: 960px;
|
||||
}
|
||||
|
||||
.title {
|
||||
|
|
Loading…
Reference in a new issue