| | |
| | | gap: 1.5em; |
| | | justify-content: center; |
| | | |
| | | .disabled { |
| | | opacity: 0.2; |
| | | } |
| | | |
| | | & > li { |
| | | text-align: center; |
| | | display: inline-block; |
| | |
| | | padding: 0 0.1em; |
| | | margin: auto -0.1em; |
| | | border-radius: 3px; |
| | | |
| | | &.broken { |
| | | opacity: 0.5; |
| | | background-color: transparent; |
| | | } |
| | | } |
| | | } |
| | | |
| | | & p { |
| | | overflow-wrap: anywhere; |
| | | } |
| | | } |
| | | |
| | | .backlinks a { |
| | |
| | | transition-delay: 0.3s; |
| | | user-select: none; |
| | | |
| | | @media all and (max-width: 600px) { |
| | | display: none; |
| | | } |
| | | |
| | | &.visible { |
| | | opacity: 1; |
| | | visibility: visible; |
| | |
| | | user-select: none; |
| | | } |
| | | } |
| | | |
| | | #contact_buttons ul { |
| | | list-style-type: none; |
| | | |
| | | li { |
| | | display: inline-block; |
| | | } |
| | | |
| | | li a { |
| | | padding: 0 1em; |
| | | } |
| | | } |