Template:LogoNote/style.css

Template page
.logo-note {
   margin-top: 0.8em;
   padding: 0.2em 0.5em 0.4em;
   border-style: solid;
   border-width: 1px 0 3px 1px;
   font-size: 0.9em;
   display: flex;
   flex-flow: row nowrap;
   align-items: center;
   gap: 0.5em;
}

.logo-note .wavu-logo {
   width: 60px;
   height: 60px;
   margin-top: 0.3em;
   align-self: center;
   flex-shrink: 0;
   background-size: contain;
   background-repeat: no-repeat;
}

@media (max-width: 400px) {
   .logo-note {
      flex-direction: column;		
   }
}

.logo-note-body > * { margin-top: 0; }
.logo-note-body > p + p { margin-top: 0.4em; }