File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 {% unless logo_path == empty %}
99 < a class ="site-logo " href ="{{ '/' | relative_url }} "> < img src ="{{ logo_path | relative_url }} " alt ="{{ site.masthead_title | default: site.title }} "> </ a >
1010 {% endunless %}
11- < a class ="site-title " href ="{{ '/' | relative_url }} "> {% include logo/archlab.svg %}
11+ < a class ="site-title " href ="{{ '/' | relative_url }} "> < span class ="logo-wrapper ">
12+ {% include logo/archlab.svg %} </ span >
1213 {{ site.masthead_title | default: site.title }}< span style ="font-weight:normal "> {{site.sub_title}}</ span >
1314 {% if site.subtitle %}< span class ="site-subtitle "> {{ site.subtitle }}</ span > {% endif %}
1415 </ a >
Original file line number Diff line number Diff line change @@ -169,6 +169,12 @@ body:hover .visually-hidden button {
169169 Icons
170170 ========================================================================== */
171171
172+ /* Control logo size */
173+ .logo-wrapper svg {
174+ height : 80px ;
175+ width : auto ;
176+ }
177+
172178.icon {
173179 display : inline-block ;
174180 fill : currentColor ;
You can’t perform that action at this time.
0 commit comments