new css stylesheet

This commit is contained in:
Kyle
2021-06-24 11:08:18 -07:00
parent 545c115f45
commit 269e5772a9
2 changed files with 11 additions and 1 deletions

View File

@@ -228,6 +228,9 @@ a.underline {
.margin-bottom-large { .margin-bottom-large {
margin-bottom: 2rem; margin-bottom: 2rem;
} }
.margin-bottom-larger {
margin-bottom: 3rem;
}
.margin-top { .margin-top {
margin-top: 0.5rem; margin-top: 0.5rem;
} }
@@ -793,4 +796,11 @@ textarea.input {
} }
.download:hover { .download:hover {
text-decoration: underline; text-decoration: underline;
}
/*supporters*/
.supporters {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
grid-gap: 0.5rem;
padding: 1rem 2rem;
} }

View File

@@ -9,7 +9,7 @@
<meta name="mobile-web-app-capable" content="yes"> <meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black"> <meta name="apple-mobile-web-app-status-bar-style" content="black">
<link rel="stylesheet" href="/css/reset.css"> <link rel="stylesheet" href="/css/reset.css">
<link rel="stylesheet" href="/css/style-8.css"> <link rel="stylesheet" href="/css/style-9.css">
<link rel="shortcut icon" href="/favicon.ico"> <link rel="shortcut icon" href="/favicon.ico">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"> <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">