Added icon & resume

This commit is contained in:
2024-08-18 13:09:14 -04:00
parent e6673f8432
commit 74fbd4eb4b
4 changed files with 11 additions and 7 deletions
+5 -3
View File
@@ -36,12 +36,14 @@ html {
h1 {
font-size: 1.5rem;
margin: 0;
margin-block: 0.5rem;
}
p {
font-size: 1.5rem;
margin: 0;
text-align: justify;
inline-size: 100%;
}
a {
@@ -73,6 +75,6 @@ img {
box-shadow: 0rem 0rem 1.5rem white;
/* box-shadow: 0rem 0rem 1rem rgba(0, 0, 0, 0.2); */
/* border-radius: 0.5rem; */
padding: 0.8rem 0.8rem;
max-inline-size: 50%;
padding: 0.8rem 1.6rem;
inline-size: clamp(20rem, 30%, 40rem);
}