Main page fuckery

This commit is contained in:
2020-07-14 12:05:31 +01:00
parent c2c4227d5d
commit ce603dcddd
436 changed files with 287 additions and 41 deletions

View File

@@ -12,9 +12,11 @@ h1, .site-title {
transform: skew(-10deg);
color: white;
padding: 2em;
height: 50vh;
height: 75vh;
width: 100%;
text-align: center;
background-size: cover;
background-repeat: no-repeat;
}
/*My kingdom for a 'backdrop-filter'!*/
img.background {
@@ -69,8 +71,8 @@ a.button {
body {
overflow-x: hidden;
}
img {
max-width: 100%;
img {
max-width: 100%;
}
p, figure {
margin: 15px 0;