Change cover tagline text and color
parent
d51de83daf
commit
b29c1491f9
|
@ -1,5 +1,5 @@
|
||||||
.cover {
|
.cover {
|
||||||
color: #cccccc;
|
color: #000000;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 25% 0px;
|
padding: 25% 0px;
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
</nav>
|
</nav>
|
||||||
</header>
|
</header>
|
||||||
<div class="cover">
|
<div class="cover">
|
||||||
<h1 class="cover-tagline">Helping others through troubling times</h1>
|
<h1 class="cover-tagline">Change the world by helping others</h1>
|
||||||
</div>
|
</div>
|
||||||
<main>
|
<main>
|
||||||
<article>
|
<article>
|
||||||
|
|
Loading…
Reference in New Issue