Fix click button to back page

This commit is contained in:
Fabiano Alencar 2018-08-20 14:40:08 -03:00
parent 9b188e8855
commit 82c497c651
2 changed files with 19 additions and 9 deletions

View File

@ -11,7 +11,7 @@
</div> </div>
</div> </div>
<div class="col-md-12 mx-auto text-center"> <div class="col-md-12 mx-auto text-center">
<button class="btn btn-primary bg-jungle-green py-0"><?php _e('Go to first page', 'tainacan-theme');?></button> <a href="<?php echo home_url(); ?>" class="btn btn-primary bg-jungle-green py-0"><?php _e('Go to first page', 'tainacan-theme');?></a>
</div> </div>
</div> </div>
</div> </div>

View File

@ -289,15 +289,25 @@ nav{
} }
&.page-404{ &.page-404{
height: 100vh; height: 100vh;
.brand{ .container {
color: white; z-index: 2;
text-align: center; .brand{
h1{ color: white;
font-size: 150px; text-align: center;
font-weight: 600; h1{
font-size: 150px;
font-weight: 600;
}
h3{
font-size: 1.313rem;
}
} }
h3{ a{
font-size: 1.313rem; border-color: #25a189 !important;
&:hover{
background-color: #25a189 !important;
border-color: #25a189 !important;
}
} }
} }
} }