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-block-content">
<div class="sqs-html-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> </div>
<style> <style>
#block-yui_3_17_2_1_1656627757312_198766 { #block-yui_3_17_2_1_1656627757312_198766 {
@ -10289,21 +10289,61 @@
background-color: #2C2123; background-color: #2C2123;
color: white; color: white;
text-decoration: none; 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; border-radius: 5px;
cursor: pointer; cursor: pointer;
} }
button img { button img {
position: relative;
max-width: 40px; left: 5px;
margin-right: 29px; margin-right: 5px;
} }
}
</style> </style>
<div class="border"> <div class="border">
@ -10313,7 +10353,7 @@
<button> <button>
<img src="whatsapp (1).png" alt="whatsapp" width="30px" height="30px"> <img src="whatsapp (1).png" alt="whatsapp" width="30px" height="30px">
<span><b>Whatsapp</b><span> <h5><b>Whatsapp</b></h5>
</button> </button>
</div> </div>
@ -10339,7 +10379,7 @@
<div class="hero-container"> <div class="hero-container">
<button> <button>
<img src="gmail (1).png" alt="whatsapp" width="30px" height="30px"> <img src="gmail (1).png" alt="whatsapp" width="30px" height="30px">
<span><b>Email</b></span> <b>Email</b>
</button> </button>
</div> </div>
@ -10350,12 +10390,7 @@
<img src="location.png" alt="location" width="30px" height="30px"> <img src="location.png" alt="location" width="30px" height="30px">
<a href="https://maps.app.goo.gl/SSXY1YoP5NZekLYe8" class="button"><b>location</b></a> <a href="https://maps.app.goo.gl/SSXY1YoP5NZekLYe8" class="button"><b>location</b></a>
</button> </button>
</div> </div>
</div> </div>
</div> </div>