jewellery page work

This commit is contained in:
fr34k 2020-10-31 22:36:59 +01:00
parent 6f67431334
commit 0b472cfee6
2 changed files with 4 additions and 3 deletions

View file

@ -321,6 +321,7 @@ div.jew_container {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin-top: 100px;
}
.flexbox-jew-btn {
@ -330,12 +331,10 @@ div.jew_container {
.jew-btn-container {
position: relative;
display: block;
margin-top: 50px;
/*margin-top: 50px;*/
margin-bottom: 50px;
margin-left: 100px;
margin-right: 100px;
width: 200px;
height: 100px;
display: inline-block;
font-size: 1.15rem;
text-decoration: none;

View file

@ -3,6 +3,7 @@ $show_sep=true;
include('header.tpl');
?>
<div class="content_padding">
<div class="jew_container">
<div class="flexbox-jew-btn">
<div class="jew-btn-container">
@ -44,4 +45,5 @@ include('header.tpl');
</div>
</div>
</div>
</div>
<?php include('footer.tpl'); ?>