Style update

This commit is contained in:
Andre Beging
2020-02-12 15:23:01 +01:00
parent 7c15a64ddb
commit b93080cd34
4 changed files with 13 additions and 12 deletions

View File

@@ -1,7 +1,9 @@
<div id="hero">
<div>
<div>
<h1>Das erste alljährliche<small>*</small><br /><img src="assets/dd_white.png">-Wochenende</DD></h1>
<h2>28.08 - 30.08.2020</h2>
<h3><a href='{{ "anmeldung/" | absURL }}' class="btn btn-light btn-lg">INFOS</a> <a href='{{ "anmeldung/" | absURL }}' class="btn btn-light btn-lg">JETZT ANMELDEN!</a></h3>
</div>
</div>
</div>

View File

@@ -168,12 +168,9 @@ body.hero {
justify-content: center;
text-align: center;
> div > div {
border: 1px solid red;
padding: 0;
}
h1,h2,h3,h4 {
text-shadow: 3px 3px 5px #595959;
img {
vertical-align: middle;
display: inline-block;

View File

@@ -6283,9 +6283,11 @@ body.hero {
justify-content: center;
text-align: center;
}
#hero > div > div {
border: 1px solid red;
padding: 0;
#hero h1,
#hero h2,
#hero h3,
#hero h4 {
text-shadow: 3px 3px 5px #595959;
}
#hero h1 img,
#hero h2 img,

File diff suppressed because one or more lines are too long