Skip to content

Commit 8ce80b6

Browse files
authored
Merge pull request creativecommons#738 from namanbarkiya/namanbarkiya/issue#725
responsive navbar logo fix
2 parents 02fd2cc + 13ef54f commit 8ce80b6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

webpack/sass/main.scss

+5
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ a:hover {
2424
color: $color-forest-green;
2525
}
2626

27+
// logo
28+
svg {
29+
width: 100%;
30+
}
31+
2732
// Code
2833
code {
2934
color: $color-dark-slate-gray;

0 commit comments

Comments
 (0)