/* 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; |