Removed friends and family section

This commit is contained in:
Aidan Sharpe
2024-08-31 16:10:36 -04:00
parent 7dc58d6fab
commit bc5a68bd24
4 changed files with 22 additions and 6 deletions

View File

@@ -56,19 +56,27 @@ $winter_blue: #252535;
text-align: center;
}
.profile_picture {
//border-radius: 50%;
width: 100%;
//border-style: solid;
//border-color: $peach_red;
//border-width: 3px;
}
h1 {
color: #7e9cd8;
color: $crystal_blue;
margin-left: 5%;
margin-right: 5%;
padding: 10px 0px;
}
h2 {
color: #ff5d62;
color: $peach_red;
}
p {
color: #dcd7ba;
color: $fuji_white;
}