diff --git a/css/styles.css b/css/styles.css index f300dfb..590bca4 100644 --- a/css/styles.css +++ b/css/styles.css @@ -1,11 +1,12 @@ html { - display: inline-block; - margin: auto; - max-width: 100%; - color: white; - background-color: #1B262C; - padding: 0; - border: 0; + display: flex; + justify-content: center; + margin: auto; + max-width: 100%; + color: white; + background-color: #1B262C; + padding: 0; + border: 0; } body { @@ -17,63 +18,68 @@ body { } h1 { - margin: 0; - border: 0; - padding: 0; - text-align: center; + margin: 0; + border: 0; + padding: 0; + text-align: center; } h2 { - font-size: 95%; - border: 0; - padding: 0; + font-size: 95%; + border: 0; + padding: 0; } ul { - text-align: center; + display: flex; + flex-direction: row; + justify-content: center; + padding-right: 3rem; } + li { - list-style-type: none; - display: inline-block; - text-align: center; - font-size: 25px; - border: 0; - margin: 0; - padding-right: 15px; + display: flex; + justify-content: center; + font-size: 25px; + border: 0; + margin: 0; + padding: 0.5rem; } -.nostrich { - width: 25px; - height: 25px; + +#custom-substack-embed { + display: flex; + justify-content: center; } + +.shill { + display: flex; + justify-content: center; +} + a, a:active { color: inherit; text-decoration: none; } a:hover { - color: gray; + color: gray; } .pfp { - display: block; - margin-left: auto; - margin-right: auto; - border-radius: 50%; - width: 180px; - height: 180px; -} - -.tipjar { - width: 15em; - height: 15em; + display: block; + margin-left: auto; + margin-right: auto; + border-radius: 50%; + width: 180px; + height: 180px; } .gpg { - display: inline-block; - background-color: #222831; - border-radius: 15px; - max-width: 100%; - word-wrap: break-word; + display: inline-block; + background-color: #222831; + border-radius: 15px; + max-width: 100%; + word-wrap: break-word; } .download { diff --git a/index.html b/index.html index 2dbdbf8..f6abc5f 100644 --- a/index.html +++ b/index.html @@ -8,11 +8,11 @@ +
@@ -22,16 +22,19 @@