20 lines
372 B
SCSS
20 lines
372 B
SCSS
// Place all the styles related to the details controller here.
|
|
// They will automatically be included in application.css.
|
|
// You can use Sass (SCSS) here: https://sass-lang.com/
|
|
|
|
h5 {
|
|
font-weight: normal;
|
|
opacity: 0.8;
|
|
}
|
|
|
|
.profile-picture {
|
|
float: right;
|
|
width: 25%;
|
|
|
|
img {
|
|
width: 100%;
|
|
max-width: 260px;
|
|
height: auto;
|
|
object-fit: contain;
|
|
}
|
|
} |