eval-cards-gallery / style.css
n0w0f's picture
feat: init submission, feedback and display
32d70d7
raw
history blame contribute delete
341 Bytes
/* General styles */
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
/* Eval card gallery styles */
.eval-card {
border: 1px solid #ddd;
border-radius: 5px;
padding: 20px;
margin-bottom: 20px;
background-color: white;