7 lines
89 B
CSS
7 lines
89 B
CSS
/* custom.css */
|
|
body {
|
|
background-color: #f8f9fa;
|
|
}
|
|
.card {
|
|
margin-bottom: 1.5rem;
|
|
} |