Ensure no break in logo occurs

This commit is contained in:
Marek Romanowski 2022-05-28 16:02:27 +02:00
parent 21a7437bf4
commit 78b459c911

View File

@ -393,6 +393,10 @@ h1,h2,h3,h4{
}
.logo-wrapper {
white-space: nowrap;
}
#search {
transition: all 0.3s ease-out;