theme-blog-ewen/assets/scss/templates/_cv.scss

16 lines
167 B
SCSS
Raw Normal View History

2022-03-31 04:22:55 +00:00
.card-logo {
display: block;
float: right;
img {
max-width: 100px;
max-height: 100px;
}
}
2023-08-02 08:48:05 +00:00
.card {
&-body {
padding: 1em;
}
}