Fix click button to back page
This commit is contained in:
parent
9b188e8855
commit
82c497c651
|
@ -11,7 +11,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<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>
|
||||
|
|
|
@ -289,15 +289,25 @@ nav{
|
|||
}
|
||||
&.page-404{
|
||||
height: 100vh;
|
||||
.brand{
|
||||
color: white;
|
||||
text-align: center;
|
||||
h1{
|
||||
font-size: 150px;
|
||||
font-weight: 600;
|
||||
.container {
|
||||
z-index: 2;
|
||||
.brand{
|
||||
color: white;
|
||||
text-align: center;
|
||||
h1{
|
||||
font-size: 150px;
|
||||
font-weight: 600;
|
||||
}
|
||||
h3{
|
||||
font-size: 1.313rem;
|
||||
}
|
||||
}
|
||||
h3{
|
||||
font-size: 1.313rem;
|
||||
a{
|
||||
border-color: #25a189 !important;
|
||||
&:hover{
|
||||
background-color: #25a189 !important;
|
||||
border-color: #25a189 !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue