just a list of things i wanna tweak on my own page so i can keep track of it!
i'm pretty new to CSS so it will likely take a while to figure out how to do everything. but if you are feeling generous and think you can help with something... well i'm not going to refuse it :p
i'll check the ones i get fixed + add the solution as time goes on;


add this after the contact + nav info and before the about code. it will make the letters of the contact box stay small so you can resize the rest.
.contact {
font-size: 85%
}
font-size: 85%
}

add this after the codes for the contact box and before the about info
.blog-preview {
padding-left: 20px !important; <-change number if its too close/far away
padding-left: 20px !important; <-change number if its too close/far away


add this between the footer and nav.top codes
nav .links li:not(:last-child)::after,
footer .links li:not(:last-child)::after{
content: " ♡"; color: white; <-can change color if you want
footer .links li:not(:last-child)::after{
content: " ♡"; color: white; <-can change color if you want

.blog-preview p .pinned .icon {
content: url(put the image link here) !important;}
content: url(put the image link here) !important;}






Comments
Displaying 0 of 0 comments ( View all | Add Comment )