Skip to content

Commit

Permalink
Fix London symbol image on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
sirodoht committed Dec 15, 2024
1 parent bbd2393 commit cc3671a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main/templates/assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -298,9 +298,10 @@ nav a:hover { text-decoration: underline; }
#londontext {
max-width: 300px;
text-align: center;
transform: translateX(8px);
}
@media (max-width: 650px) {
#londontext { transform: unset; }
#londontext { transform: translateY(16px); }
}
#londontext span {
font-family: 'Grenette Variable Pro';
Expand Down

0 comments on commit cc3671a

Please sign in to comment.