update for csp

This commit is contained in:
Max Hohlfeld 2021-08-21 00:02:11 +02:00
parent a88daaab51
commit 03641db0d5
5 changed files with 11 additions and 4 deletions

View File

@ -1,6 +1,5 @@
# tfld.de # tfld.de
Geil ## Befehle um SCSS zu kompilieren
`sass sass/mystyle.scss public/mystyle.css` `sass sass/mystyle.scss public/mystyle.css`
`sass sass/mystyle.scss public/mystyle.css --watch` `sass sass/mystyle.scss public/mystyle.css --watch`

View File

@ -30,7 +30,7 @@
<h1 class="title is-1"> <h1 class="title is-1">
tfld.de tfld.de
</h1> </h1>
<h3 class="subtitle is-3" style="padding-bottom: 40vh"> <h3 class="subtitle is-3 hero-subtitle">
tfld.de stellt privatsphäre-orientierte und quelloffene Services und Tools zur Verfügung. tfld.de stellt privatsphäre-orientierte und quelloffene Services und Tools zur Verfügung.
</h3> </h3>
</div> </div>

View File

@ -6,6 +6,10 @@
background-attachment: fixed; background-attachment: fixed;
} }
.hero-subtitle {
padding-bottom: 40vh;
}
.logo-image { .logo-image {
height: 300px; height: 300px;
min-height: 200px; min-height: 200px;

File diff suppressed because one or more lines are too long

View File

@ -40,6 +40,10 @@ $footer-background-color: $eclipse-grey;
background-attachment: fixed; background-attachment: fixed;
} }
.hero-subtitle {
padding-bottom: 40vh;
}
.logo-image { .logo-image {
height: 300px; height: 300px;
min-height: 200px; min-height: 200px;