add opengraph tags & social cards
No forgejo icon, shame on you FA!
This commit is contained in:
parent
5e2535e547
commit
1cd28becab
2 changed files with 63 additions and 0 deletions
33
styles.css
33
styles.css
|
|
@ -83,6 +83,39 @@ body {
|
|||
letter-spacing: 0.6px;
|
||||
}
|
||||
|
||||
.social-cards {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
margin-top: 20px; /* Add space after the About Me section */
|
||||
}
|
||||
|
||||
.social-cards a {
|
||||
display: inline-block;
|
||||
margin: 0 10px;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.social-cards i {
|
||||
font-size: 32px;
|
||||
color: #f8fafc;
|
||||
transition: color 0.3s ease;
|
||||
}
|
||||
|
||||
.social-cards a:hover i {
|
||||
color: #a1a1aa;
|
||||
}
|
||||
|
||||
.social-cards a {
|
||||
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.social-cards a {
|
||||
margin: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
footer {
|
||||
padding: 10px;
|
||||
text-align: center;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue