10 lines
123 B
SCSS
10 lines
123 B
SCSS
.card-logo {
|
|
display: block;
|
|
float: right;
|
|
|
|
img {
|
|
max-width: 100px;
|
|
max-height: 100px;
|
|
}
|
|
}
|