1
0
Fork 0
mirror of https://github.com/Findus23/acronomy.git synced 2024-09-19 15:33:45 +02:00
acronomy/static/scss/components/referencecards.scss

26 lines
264 B
SCSS
Raw Normal View History

2020-07-22 14:43:04 +02:00
.card-title {
text-align: center;
2020-07-27 20:59:44 +02:00
img {
max-width: 32px;
height: auto;
}
2020-07-22 14:43:04 +02:00
}
2020-07-27 20:59:44 +02:00
.card {
.description {
text-align: center;
font-style: italic;
}
}
2020-07-22 14:43:04 +02:00
.card-img-top {
height: auto;
}
.card-body a {
display: block;
text-align: center;
}