//notes.scss //the hovercard that is displayed in notes @import "hovercard"; .note { display: flex; flex-direction: column; font-size: 2rem; } .note img { max-width: 100%; max-height: 80vh; } .note-metadata { display: flex; flex-direction: row; justify-content: space-between; } .icon { width: auto; height: 1em; } .note pre code { padding: 1.5rem 2rem; border-radius: 4px; } //style the pagination links @import "pagination";