Skip to content

Commit a0dee84

Browse files
committed
logo as homepage link
1 parent b3bd52e commit a0dee84

File tree

4 files changed

+16
-5
lines changed

4 files changed

+16
-5
lines changed

documentation.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@
2222

2323
<div class="wrapper">
2424

25-
<a class="site-title" href="/">Shamrock</a>
25+
<a class="site-title" href="/">
26+
<img class="site-title-pic" src="no_background_nocolor.png">
27+
</a>
2628

2729
<nav class="site-nav">
2830

index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@
2222

2323
<div class="wrapper">
2424

25-
<a class="site-title" href="/">Shamrock</a>
25+
<a class="site-title" href="/">
26+
<img class="site-title-pic" src="no_background_nocolor.png">
27+
</a>
2628

2729
<nav class="site-nav">
2830

publications.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@
2222

2323
<div class="wrapper">
2424

25-
<a class="site-title" href="/">Shamrock</a>
25+
<a class="site-title" href="/">
26+
<img class="site-title-pic" src="no_background_nocolor.png">
27+
</a>
2628

2729
<nav class="site-nav">
2830

style.css

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,14 +137,14 @@ code {
137137
.site-header {
138138
border-top: 5px solid #424242;
139139
border-bottom: 1px solid #e8e8e8;
140-
min-height: 56px;
140+
min-height: 80px;
141141
background-color: #eaeaea;
142142
position: relative;
143143
}
144144

145145
.site-nav {
146146
float: right;
147-
line-height: 56px;
147+
line-height: 75px;
148148
}
149149

150150
.site-title {
@@ -156,6 +156,11 @@ code {
156156
float: left;
157157
font-weight: bold;
158158
}
159+
160+
.site-title-pic{
161+
max-width: 175pt;
162+
}
163+
159164
.site-nav .page-link:not(:last-child) {
160165
margin-right: 20px;
161166
}

0 commit comments

Comments
 (0)