button fixing
Sun Jun 23 2024 09:52:20 GMT+0000 (Coordinated Universal Time)
Saved by
@Promakers2611
element.style {
}
.tag-description {
margin-bottom: 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background: #333;
text-align: center;
min-height: 150px;
margin: 60px auto 80px;
padding-left: 50px;
padding-right: 50px;
}
#single #comments.hosted .comment .large.comment-author, .title.large, .wpcf7 label.large {
font-size: 30px;
line-height: 1.2;
}
.getox {
display:none
}
.btnText {
/* Default button styles */
}
.btnText {
/* Default button styles */
}
/* Media query for mobile devices */
@media screen and (max-width: 768px) {
.btnText {
width: 150px; /* Adjusted width for mobile view */
height: 30px; /* Adjusted height for mobile view */
font-size: 10px; /* Adjusted font size for mobile view */
text-align: center; /* Center align the text */
line-height: 18px; /* Vertically center the text */
font-weight: bold; /* Make the text bold */
/* Add any additional styles for mobile view */
}
}
content_copyCOPY
Comments