Remove inline styles on header
This commit is contained in:
parent
518d7eed5d
commit
4a5194037a
2 changed files with 6 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
{{ define "main" }}
|
||||
<header id="index-header" class="d-flex align-items-center" style="height: 90vh; background-image: url('/img/header.jpg')">
|
||||
<header id="index-header" class="d-flex align-items-center">
|
||||
<div class="text-center m-auto text-light">
|
||||
<h1 class="display-1">{{ .Title }}</h1>
|
||||
<p class="lead">{{ .RawContent }}</p>
|
||||
|
|
|
@ -97,6 +97,11 @@ table td {
|
|||
background-color: #000;
|
||||
}
|
||||
|
||||
#index-header {
|
||||
height: 90vh;
|
||||
background-image: url('/img/header.jpg')
|
||||
}
|
||||
|
||||
footer {
|
||||
color: $gray-700;
|
||||
a {
|
||||
|
|
Loading…
Reference in a new issue