update for csp
This commit is contained in:
parent
a88daaab51
commit
03641db0d5
@ -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`
|
||||||
|
@ -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>
|
||||||
|
@ -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
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user