handle header#banner h2 font size

This commit is contained in:
acarril 2023-08-22 15:20:50 -04:00
parent 12295ec03f
commit 598f8aeb2c

View file

@ -34,8 +34,7 @@ header#banner a:hover {
header#banner h2 {
display: inline;
font-size: 20px;
/* font-size: 2.1rem; */
font-size: 2.5rem;
margin: 0 8px 0 0;
}
@ -341,6 +340,9 @@ main#content .profile-image {
margin-left: auto;
margin-right: auto;
}
header#banner h2 {
font-size: 2.1rem;
}
}
.image-accent {