You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
PersonalWebsite_Static/src/components/Home.scss

14 lines
195 B
SCSS

#about-me {
background: #61dafb;
border-radius: 5px;
margin: 10px auto;
padding: 10px;
width: fit-content;
p {
font-family: "Montserrat", sans-serif;
font-size: 16px;
}
}