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;
|
margin-bottom: 2rem;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
width: 90%;
|
width: 90%;
|
||||||
|
max-width: 1000px;
|
||||||
}
|
}
|
||||||
.social-links {
|
.social-links {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
|
@ -36,6 +36,7 @@ import { SITE_TITLE } from '../consts';
|
||||||
margin-bottom: 2rem;
|
margin-bottom: 2rem;
|
||||||
color: white;
|
color: white;
|
||||||
width: 90%;
|
width: 90%;
|
||||||
|
max-width: 1000px;
|
||||||
}
|
}
|
||||||
h2 {
|
h2 {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
|
@ -18,7 +18,7 @@ const servers = (await getCollection('servers'));
|
||||||
<BaseHead title={SITE_TITLE} description={SITE_DESCRIPTION} />
|
<BaseHead title={SITE_TITLE} description={SITE_DESCRIPTION} />
|
||||||
<style>
|
<style>
|
||||||
main {
|
main {
|
||||||
width: 90%;
|
width: 960px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
|
|
Loading…
Reference in a new issue