/* Add custom CSS here. */ .author-images { display: flex; flex-wrap: wrap; padding-bottom: 50px; } .author-card { flex: 1 1; position: relative; } img:not([class]) { width: 100%; height: auto; } button { transition-duration: 0.4s; background-color: #fcfcfc; border-radius: 10px; } button:hover { background-color: #526d7a; color: white; } h6 a { text-decoration: underline; box-shadow: none !important; border-bottom: none !important; } h6 a:hover { background: transparent; } h2 + h3 { font-size: 1.25rem; } blockquote { background: #f9f9f9; border-left: 10px solid #ccc; margin: 1.5em 10px; padding: 0.5em 10px; } blockquote:before { color: #ccc; content: 'TL;DR'; font-size: 1em; line-height: 0.1em; margin-right: 0.25em; } blockquote p { display: inline; } blockquote.tldr { background: #f9f9f9; border-left: 10px solid #ccc; margin: 1.5em 10px; padding: 0.5em 10px; } blockquote.tldr:before { color: #ccc; content: 'TL;DR'; font-size: 1em; line-height: 0.1em; margin-right: 0.25em; } blockquote.tldr p { display: inline; }