add rel-me to mastodon

This commit is contained in:
a 2022-05-05 11:59:56 -05:00
parent 266aafce13
commit 9662f4e004

View file

@ -10,6 +10,7 @@
<meta name="theme-color" content="#212121">
<link rel="icon" sizes="400x400" href="icon.png">
<link rel="me" href="mailto:a@trwnh.com">
<link rel="me" href="https://mastodon.social/@trwnh">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- /meta --------------------------------------------------------->
<!-- default styling ----------------------------------------------->
@ -72,12 +73,16 @@ img {color: white}
#gaming h2 {margin-bottom: 0}
}
@media (min-width: 35rem) {
.container {padding: 0 2em}
.container {padding: 0 2rem}
}
@media (min-width: 40rem) {
.container {padding: 0 3rem}
body {margin: 0 auto; width: 40rem}
}
@media (max-height: 30rem) and (min-aspect-ratio: 1) {
header img {width: 100vw; height: 100vh; object-position: center}
header .container {bottom: 1rem}
}
</style>
<!-- end default styling ------------------------------------------->
</head>