| Server IP : 37.27.51.148 / Your IP : 216.73.216.86 Web Server : nginx/1.14.1 System : Linux libra 4.18.0-553.51.1.el8_10.x86_64 #1 SMP Wed Apr 30 20:24:04 UTC 2025 x86_64 User : root ( 0) PHP Version : 8.3.31 Disable Function : exec,passthru,shell_exec,system,proc_open,popen,parse_ini_file,show_source MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/html/wp-content/plugins/zodiacshare/assets/css/ |
Upload File : |
/* Styles for the social sharing container */
.social-sharing {
display: flex;
justify-content: space-between;
width: 100%;
margin: 0 auto;
flex-wrap: wrap; /* Wrap buttons on smaller screens */
}
/* Styles for individual social buttons */
.social-button {
flex: 1;
padding: 10px;
text-align: center;
border-radius: 4px;
margin: 5px; /* Add spacing between buttons */
text-decoration: none;
cursor: pointer;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
/* Styles for smaller buttons on mobile */
@media (max-width: 768px) {
.social-button {
font-size: 14px; /* Adjust the font size as needed */
}
}
/* Styles for individual social buttons */
.social-button a {
color: #fff;
}
/* Styles for individual social buttons */
.social-button a:hover {
color: #fff;
}
/* Styles for Facebook link */
.social-button.facebook {
background-color: #1877f2; /* Facebook blue */
color: #fff;
}
/* Styles for Twitter link */
.social-button.twitter {
background-color: #1da1f2; /* Twitter blue */
color: #fff;
}
/* Styles for Pinterest link */
.social-button.pinterest {
background-color: #bd081c; /* Pinterest red */
color: #fff;
}
/* Styles for WhatsApp link */
.social-button.whatsapp {
background-color: #25d366; /* WhatsApp green */
color: #fff;
}
/* Hover styles for all links */
.social-button:hover {
background-color: #0055a5; /* Darker color on hover */
}