Skip to content

Commit 11ce6db

Browse files
Fix mobile view
1 parent aad528b commit 11ce6db

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

assets/stylesheets/_top.sass

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,16 @@
66

77
a
88
display: block
9-
width: 160px
9+
width: 100px
1010
height: $top-height
1111
z-index: 999
1212
outline: none
1313
text-indent: -9999px
1414
transition: background-color 200ms ease
1515
background: url(/images/tci-logo.svg) 0 50% no-repeat
1616
background-size: contain
17+
@media #{$medium-up}
18+
width: 160px
1719

1820
.enterprise &
1921
width: 160px

0 commit comments

Comments
 (0)