styling
This commit is contained in:
parent
b21ed40794
commit
e478d3df4d
|
@ -3,7 +3,7 @@
|
||||||
<h1>{{ page.title }}</h1>
|
<h1>{{ page.title }}</h1>
|
||||||
<p>{{ page.description }}</p>
|
<p>{{ page.description }}</p>
|
||||||
{% if page.category == 'releases' %}
|
{% if page.category == 'releases' %}
|
||||||
<p><a href="#plwrap" class="button">Listen</a></p>
|
<p><a href="#play" class="button">Listen</a></p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if page.category == 'ramblings' %}
|
{% if page.category == 'ramblings' %}
|
||||||
<p><a href="#read" class="button">Read</a></p>
|
<p><a href="#read" class="button">Read</a></p>
|
||||||
|
|
|
@ -5,7 +5,7 @@ layout: default
|
||||||
<script src="{{ relBase }}/assets/js/jquery-3.5.1.min.js"></script>
|
<script src="{{ relBase }}/assets/js/jquery-3.5.1.min.js"></script>
|
||||||
{% include header.html %}
|
{% include header.html %}
|
||||||
|
|
||||||
<section>
|
<section id="play">
|
||||||
<div class="album-player">
|
<div class="album-player">
|
||||||
|
|
||||||
<!-- HERE BEGINS MADNESS -->
|
<!-- HERE BEGINS MADNESS -->
|
||||||
|
|
|
@ -43,7 +43,7 @@ body {
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
position: relative;
|
position: relative;
|
||||||
min-height: 80vh;
|
min-height: 100vh;
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
|
|
||||||
.textcontainer {
|
.textcontainer {
|
||||||
|
@ -78,7 +78,7 @@ body {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background-image: url("../img/vignette.svg");
|
background-image: url("../img/vignette.svg");
|
||||||
background-size: 240px;
|
background-size: 640px;
|
||||||
background-repeat: repeat-x;
|
background-repeat: repeat-x;
|
||||||
background-position: bottom;
|
background-position: bottom;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
@ -185,7 +185,7 @@ footer {
|
||||||
background-color: var(--fg);
|
background-color: var(--fg);
|
||||||
color: var(--bg);
|
color: var(--bg);
|
||||||
background-image: url("../img/vignette-footer.svg");
|
background-image: url("../img/vignette-footer.svg");
|
||||||
background-size: 400px;
|
background-size: 200px;
|
||||||
background-repeat: repeat-x;
|
background-repeat: repeat-x;
|
||||||
background-position: top;
|
background-position: top;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
.album-player {
|
.album-player {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
padding: 0 40px;
|
padding: 80px 40px 0 40px;
|
||||||
justify-content: space-evenly;
|
justify-content: space-evenly;
|
||||||
flex-direction: row-reverse;
|
flex-direction: row-reverse;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
Loading…
Reference in a new issue