Improve layout?
This commit is contained in:
parent
56327e3b7a
commit
9586e80569
@ -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 {
|
||||||
|
@ -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>
|
||||||
|
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user