generated from Seekra/repository-template
Merge pull request 'Fix font scaling on Not Found page by removing vw units' (#115) from feature/fix-not-found-font-scaling into main
Deploy on dev / Deploy on dev (push) Successful in 39s
Deploy on dev / Deploy on dev (push) Successful in 39s
Reviewed-on: #115 Reviewed-by: Jakob Scheid
This commit was merged in pull request #115.
This commit is contained in:
@@ -43,7 +43,7 @@ const { t } = useI18n();
|
||||
.error-message{
|
||||
margin: 0;
|
||||
font-weight: 600;
|
||||
font-size: 2vw;
|
||||
font-size: 1.75rem;
|
||||
}
|
||||
#link {
|
||||
align-items: center;
|
||||
|
||||
Reference in New Issue
Block a user