Sha256: 72ffa10a1c270658bdbee9c46d4260d42c6026a0a97b62d8fb300e9f93164f5d
Contents?: true
Size: 769 Bytes
Versions: 5
Compression:
Stored size: 769 Bytes
Contents
.contact-page { display: flex; flex-direction: row; & .window-body { display: flex; flex-direction: column; gap: 16px; } & .contact-title { display: flex; flex-direction: row; justify-content: center; align-items: center; gap: 16px; } & .contact-window { display: block; position: relative; top: 16px; margin: 0px auto 128px auto; min-width: 50%; max-width: 96vw; } & .contact-address { font-size: 1rem; } & .contact-social-wrapper { width: 100%; display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; gap: 16px; } & .social-icon { display: flex; align-items: center; gap: 4px; width: fit-content; } }
Version data entries
5 entries across 5 versions & 1 rubygems