Small fix on the title (mobile display)

This commit is contained in:
twanariens 2021-02-01 11:06:01 +01:00
commit 230576a658

View file

@ -17,4 +17,5 @@
@media (max-width:571px){ @media (max-width:571px){
.title-top-banner{ .title-top-banner{
text-align:center; text-align:center;
top:50px;
}} }}