Improve layout?

This commit is contained in:
Christoph Hagen 2022-03-26 20:05:11 +01:00
parent 56327e3b7a
commit 9586e80569
3 changed files with 4 additions and 3 deletions

View File

@ -15,10 +15,11 @@ body {
.wrapper { .wrapper {
padding: 0; padding: 0;
margin: 0; margin: 0;
min-height: 100%; height: 100vh;
background: linear-gradient(160deg, #784141, #271c27); background: linear-gradient(160deg, #784141, #271c27);
display: flex; display: flex;
align-items: center; align-items: center;
overflow: hidden;
} }
.texts { .texts {

View File

@ -16,7 +16,7 @@
<link rel="canonical" href="https://christophhagen.de/festival.html" /> <link rel="canonical" href="https://christophhagen.de/festival.html" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" type="text/css" href="assets/festival.css?v=1"> <link rel="stylesheet" type="text/css" href="assets/festival.css?v=2">
<script src="assets/festival.js?v=10"></script> <script src="assets/festival.js?v=10"></script>
</head> </head>
<body> <body>

View File

@ -16,7 +16,7 @@
<link rel="canonical" href="https://christophhagen.de/festival/info.html" /> <link rel="canonical" href="https://christophhagen.de/festival/info.html" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" type="text/css" href="assets/festival.css?v=1"> <link rel="stylesheet" type="text/css" href="assets/festival.css?v=2">
<script src="assets/festival.js?v=10"></script> <script src="assets/festival.js?v=10"></script>
</head> </head>
<body> <body>