26 lines
364 B
CSS
26 lines
364 B
CSS
img[alt=LogoAbout] {
|
|
width: 250px;
|
|
margin-top: 50px;
|
|
margin-bottom: 50px;
|
|
}
|
|
|
|
.home-about .avatar img {
|
|
border-radius: 0%;
|
|
}
|
|
|
|
.home-about .avatar img.custom {
|
|
height: 20rem;
|
|
width: 20rem;
|
|
}
|
|
|
|
.audioCaption {
|
|
font-size: small;
|
|
font-style: italic;
|
|
}
|
|
|
|
.subtitle {
|
|
font-size: small;
|
|
font-style: italic;
|
|
margin-top: -20px;
|
|
margin-bottom: 30px;
|
|
} |