19 lines
212 B
SCSS
19 lines
212 B
SCSS
#socials img {
|
|
width: 2rem;
|
|
height: 2rem;
|
|
}
|
|
|
|
footer {
|
|
color: #5975a3;
|
|
|
|
p {
|
|
text-align: justify;
|
|
hyphens: auto;
|
|
font-size: 1.05rem;
|
|
margin-bottom: 1rem;
|
|
}
|
|
|
|
a {
|
|
color: #d8ac74;
|
|
}
|
|
} |