File tree 2 files changed +10
-1
lines changed
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,14 @@ body {
11
11
.main-header .navbar-brand {
12
12
margin-right : 2rem ;
13
13
}
14
+ .main-header .navbar-brand img {
15
+ width : 250px ;
16
+ }
17
+ .main-header .navbar-brand .legend {
18
+ display : block;
19
+ font-size : .9rem ;
20
+ letter-spacing : .15rem ;
21
+ }
14
22
15
23
.footer {
16
24
bottom : 0 ;
Original file line number Diff line number Diff line change 15
15
< div class ="col-9 ">
16
16
< nav class ="navbar navbar-expand-md navbar-dark ">
17
17
{% set cc_logo = site.get('/').attachments.get('cclogo.svg') %}
18
- < a class ="navbar-brand " href ="# ">
18
+ < a class ="navbar-brand " href ="{{ '/'|url }} ">
19
19
< img src ="{{ cc_logo|url }} ">
20
+ < span class ="legend "> Creative Commons Open Source</ span >
20
21
</ a >
21
22
< button class ="navbar-toggler " type ="button " data-toggle ="collapse " data-target ="#navbarSupportedContent "
22
23
aria-controls ="navbarSupportedContent " aria-expanded ="false " aria-label ="Toggle navigation ">
You can’t perform that action at this time.
0 commit comments