thuin : hot fix logo dimensions

This commit is contained in:
Daniel Muyshond 2021-03-22 11:49:44 +01:00
parent 502bf0e079
commit 84f9171c37
1 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,11 @@
@charset "UTF-8";
/* logo adjustments */
h1#logo a img {
max-height: 160px;
}
/* Remove border on fields validate form page */
input[readonly], select[readonly], textarea[readonly] {
border-width: 0;