12 lines
No EOL
167 B
SCSS
12 lines
No EOL
167 B
SCSS
.image {
|
|
border: 30px solid #f8f8f8;
|
|
margin-bottom: 10px;
|
|
height: auto;
|
|
width: 70%;
|
|
}
|
|
|
|
.titleContainer {
|
|
display: flex;
|
|
gap: 10px;
|
|
align-items: center;
|
|
} |