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,6 +289,8 @@ nav{
} }
&.page-404{ &.page-404{
height: 100vh; height: 100vh;
.container {
z-index: 2;
.brand{ .brand{
color: white; color: white;
text-align: center; text-align: center;
@ -300,6 +302,14 @@ nav{
font-size: 1.313rem; font-size: 1.313rem;
} }
} }
a{
border-color: #25a189 !important;
&:hover{
background-color: #25a189 !important;
border-color: #25a189 !important;
}
}
}
} }
&.page-collection{ &.page-collection{
height: 400px !important; height: 400px !important;