15 lines
229 B
SCSS
15 lines
229 B
SCSS
|
//contacts-page.scss
|
||
|
|
||
|
main .contact {
|
||
|
font-size: 2rem;
|
||
|
display: flex;
|
||
|
flex-direction: row-reverse;
|
||
|
justify-content: space-between;
|
||
|
margin-top: 2rem;
|
||
|
}
|
||
|
|
||
|
.contact .u-photo {
|
||
|
width: auto;
|
||
|
height: 8rem;
|
||
|
}
|