#data-notification { position: fixed; bottom: 0; left: 0; width: 82%; background: linear-gradient(45deg, #ff6b6b, #f06595); color: #fff; padding: 20px; box-sizing: border-box; display: flex; justify-content: space-between; align-items: center; z-index: 9999; } #data-notification .close { cursor: pointer; font-size: 20px; line-height: 20px; } @media (max-width: 768px) { #data-notification { flex-direction: column; text-align: center; } #data-notification .close { margin-top: 10px; } }