Fixed Header overflow in mobile biew

This commit is contained in:
Jonas_Jones 2023-10-02 18:54:22 +02:00
parent c539c01afb
commit 61f7045f70

View file

@ -61,4 +61,11 @@
float: left; float: left;
clear: both; clear: both;
} }
@media screen and (max-width: 550px) {
header h1 {
font-size: 20px;
}
}
</style> </style>