fix text2
This commit is contained in:
parent
f6a453a56d
commit
aaed39027d
65
contact.html
65
contact.html
|
@ -8660,7 +8660,7 @@
|
|||
>
|
||||
<div class="sqs-block-content">
|
||||
<div class="sqs-html-content">
|
||||
<h4 style="white-space: pre-wrap"> PT Empat Nusa Bangsa - ENUBA </h4>
|
||||
<h5 style="white-space: pre-wrap"> PT Empat Nusa Bangsa - ENUBA </h5>
|
||||
</div>
|
||||
<style>
|
||||
#block-yui_3_17_2_1_1656627757312_198766 {
|
||||
|
@ -10289,21 +10289,61 @@
|
|||
background-color: #2C2123;
|
||||
color: white;
|
||||
text-decoration: none;
|
||||
border-radius: 10px;
|
||||
cursor: pointer;
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
button img {
|
||||
position: relative;
|
||||
left: 25px;
|
||||
margin-right: 33px;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
@media screen and (max-width:780px) {
|
||||
.button-container {
|
||||
display: flex;
|
||||
gap: 20px;
|
||||
|
||||
}
|
||||
.container {
|
||||
border: 1px solid white;
|
||||
padding: 0%;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
button {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: 5px 10px;
|
||||
width: 111px;
|
||||
border: none;
|
||||
background-color: #2C2123;
|
||||
color: rgb(234, 232, 239);
|
||||
text-decoration: none;
|
||||
border-radius: 5px;
|
||||
cursor: pointer;
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
button img {
|
||||
|
||||
max-width: 40px;
|
||||
margin-right: 29px;
|
||||
position: relative;
|
||||
left: 5px;
|
||||
margin-right: 5px;
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
</style>
|
||||
<div class="border">
|
||||
|
@ -10313,7 +10353,7 @@
|
|||
|
||||
<button>
|
||||
<img src="whatsapp (1).png" alt="whatsapp" width="30px" height="30px">
|
||||
<span><b>Whatsapp</b><span>
|
||||
<h5><b>Whatsapp</b></h5>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
|
@ -10339,7 +10379,7 @@
|
|||
<div class="hero-container">
|
||||
<button>
|
||||
<img src="gmail (1).png" alt="whatsapp" width="30px" height="30px">
|
||||
<span><b>Email</b></span>
|
||||
<b>Email</b>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
|
@ -10350,12 +10390,7 @@
|
|||
<img src="location.png" alt="location" width="30px" height="30px">
|
||||
<a href="https://maps.app.goo.gl/SSXY1YoP5NZekLYe8" class="button"><b>location</b></a>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user