
@media screen and (max-width: 768px) {
	.entry-content ul {margin-left:unset !important;}
    .et-social-icons {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap; /* Ensures proper wrapping on smaller screens */
        text-align: center;
        padding: 0;
    }

    .et-social-icons li {
        margin: 5px; /* Adds spacing between icons */
        list-style: none;
    }
}
