fix text2

This commit is contained in:
faayunda 2024-01-29 14:48:53 +07:00
parent f6a453a56d
commit aaed39027d

View File

@ -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,6 +10289,45 @@
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;
@ -10296,14 +10335,15 @@
}
button img {
position: relative;
left: 5px;
margin-right: 5px;
max-width: 40px;
margin-right: 29px;
}
}
</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>
@ -10351,11 +10391,6 @@
<a href="https://maps.app.goo.gl/SSXY1YoP5NZekLYe8" class="button"><b>location</b></a>
</button>
</div>
</div>
</div>