Skip to content

Commit fa71426

Browse files
committed
Switch to SVG Uos logo with brand extension by @martinjohndyer
Also makes it a tiny bit larger + removes the margin-right
1 parent 21f7525 commit fa71426

File tree

3 files changed

+273
-1
lines changed

3 files changed

+273
-1
lines changed

_layouts/default.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@
6363
<header id="header" class="header navbar navbar-inverse fixed-top">
6464
<div class="container">
6565
<a class="navbar-brand" href="/">
66-
<img src="/assets/images/logo/UoS_Violet_RSE.png" height="60px" alt="The University of Sheffield | Research Software Engineering" />
66+
<img src="/assets/images/logo/UoS_Violet_RSE.svg" height="64px" alt="The University of Sheffield | Research Software Engineering" />
67+
6768
</a>
6869
<nav id="main-nav" class="main-nav navbar-expand-lg float-right" role="navigation">
6970

assets/css/custom.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ a {
5252
color: var(--uos-brand-violet);
5353
}
5454

55+
.navbar-brand {
56+
margin-right: 0;
57+
}
58+
5559
.nav-link{
5660
color: var(--uos-midnight-black) !important;
5761
}

0 commit comments

Comments
 (0)