Skip to content
Snippets Groups Projects
Commit fb9677a5 authored by gmlenz's avatar gmlenz
Browse files

welcome logo class in css

parent 1bfa4a2c
No related branches found
No related tags found
No related merge requests found
...@@ -1429,16 +1429,28 @@ span.sep { ...@@ -1429,16 +1429,28 @@ span.sep {
#header_logo { #header_logo {
display: inline-block; display: inline-block;
max-width: 240px; max-width: 840px;
max-height: 120px; max-height: 100px;
position: relative; position: relative;
} }
#header_logo img { #header_logo img {
display: block; display: block;
/* width: 100% ; height: 100% ; */ /* width: 100% ; height: 100% ; */
max-width: 240px; max-width: 840px;
max-height: 120px; max-height: 100px;
}
#welcome_logo {
display: inline-block;
max-width: 700px;
max-height: 550px;
}
#welcome_logo img {
display: block;
max-width: 700px;
max-height: 550px;
} }
#quickSearchForm { #quickSearchForm {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment