moar responsiv

This commit is contained in:
Christian
2021-01-04 20:16:03 -05:00
parent 36b375df43
commit 17b35ec5e0
2 changed files with 5 additions and 1 deletions

View File

@@ -6,6 +6,7 @@
<meta content="#bb99ff" name="theme-color"> <!--uwu--> <meta content="#bb99ff" name="theme-color"> <!--uwu-->
<meta property="og:title" content="Cesium"> <meta property="og:title" content="Cesium">
<meta property="og:description" content="stuff about me i guess"> <meta property="og:description" content="stuff about me i guess">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head> </head>
<body> <body>
<h1>Cesium</h1> <h1>Cesium</h1>

View File

@@ -22,7 +22,7 @@ a {
min-width: 150px; min-width: 150px;
width: 10%; width: 10%;
padding: 15px; padding: 15px;
margin: 5px; margin: 0px 10px 10px 0px;
background-color: #232629; background-color: #232629;
border-radius: 10px; border-radius: 10px;
text-align: center; text-align: center;
@@ -31,5 +31,8 @@ a {
.contact { .contact {
width: 100%; width: 100%;
} }
:root {
width: 80%;
}
} }
/* TODO: make it not bad */ /* TODO: make it not bad */