@media only screen and (max-width: 600px) { #home-banner-header { text-align: center; } } footer { margin-block-end: 0.75rem !important; } #banner-home-subtitle p { text-align: justify; } #badges { width: 100%; max-width: var(--max-layout-width); display: flex; justify-content: center; align-items: baseline; flex-wrap: wrap; gap: 1.25rem; margin: 0 auto 1.75rem auto; } #badges a { max-width: 150px; transition-duration: 300ms; } #badges a:hover, #badges a:hover::before { background-color: transparent; color: transparent; transform: scale(1.1); } #badges a:active { transform: scale(0.95); } #abuseipdb-badge { width: 150px; background: #35c246 linear-gradient( rgba(255,255,255,0), rgba(255,255,255,.3) 50%, rgba(0,0,0,.2) 51%, rgba(0,0,0,0) ); padding: 5px; box-shadow: 2px 2px 1px 1px rgba(0, 0, 0, .2); }