Skip to content

Commit 9d57976

Browse files
author
scotty
committed
simple pushnav styles
1 parent 9b12f3e commit 9d57976

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

_sass/_base.sass

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -619,10 +619,10 @@ section
619619
content: ""
620620
position: absolute
621621
top: calc(50% - 1px)
622-
left: 10%
623-
width: 80%
622+
left: 25%
623+
width: 50%
624624
height: 2px
625-
background-color: $blue
625+
background-color: black
626626

627627
&:before
628628
transform: rotate(45deg)
@@ -632,20 +632,22 @@ section
632632

633633

634634
ul
635-
padding: 0 60px 0 20px
635+
margin-top: 25px
636636

637637
li
638638
position: relative
639639
display: block
640640
width: 100%
641-
min-height: 44px
641+
min-height: 45px
642+
padding: 0 60px 0 20px
643+
border-bottom: 1px solid #cccccc
642644

643645
a
644646
display: inline-block
645647
width: 100%
646-
height: 44px
647-
line-height: 44px
648-
font-weight: bold
648+
height: 45px
649+
line-height: 45px
650+
font-family: "Roboto", sans-serif
649651
font-size: 20px
650652
color: $blue
651653

0 commit comments

Comments
 (0)