Commit be561ebef61c7b130d89ef185918bd4b9b79dfe0

Authored by Arthur Sturzbecher
1 parent bc78d385

Fixing font size for search form title in catalog page

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
page-catalog-software.css
@@ -71,7 +71,7 @@ @@ -71,7 +71,7 @@
71 font-family:"open_sansregular", Arial, Helvetica, sans-serif; 71 font-family:"open_sansregular", Arial, Helvetica, sans-serif;
72 margin:0 !important; 72 margin:0 !important;
73 font-weight:bold; 73 font-weight:bold;
74 - font-size: 15px; 74 + font-size: 15px !important;
75 } 75 }
76 76
77 .search-form #search-subheader{ 77 .search-form #search-subheader{