This commit is contained in:
@@ -115,7 +115,7 @@ a {
|
|||||||
|
|
||||||
.post a {
|
.post a {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
color:blue;
|
color:orangered;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post * {
|
.post * {
|
||||||
@@ -142,8 +142,8 @@ nav ul {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#name {
|
#name {
|
||||||
font-size: 5rem;
|
font-size: clamp(3.5rem, 12vw , 5rem);
|
||||||
margin: 20px;
|
margin: 0px;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
animation: nameShadow 5s linear infinite;
|
animation: nameShadow 5s linear infinite;
|
||||||
letter-spacing: 2px;
|
letter-spacing: 2px;
|
||||||
|
|||||||
Reference in New Issue
Block a user