File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -328,7 +328,7 @@ nav {
328328 }
329329
330330 .front-clip {
331- // Front clip: move to center of slide, and center the clip.
331+ // Front clip: center left edge, then center the clip itself .
332332 margin-left : ($slide-size / 2 ) - ($front-width / 2 );
333333 width : $front-width ;
334334 height : 80px ;
@@ -340,7 +340,7 @@ nav {
340340 width : $back-width ;
341341 height : 60px ;
342342 background-color : $red ;
343- // Back clip: move to center of slide, center clip,
343+ // Back clip: center left edge, then center the clip itself ,
344344 // then do left offset from top clip
345345 margin-left : ($slide-size / 2 ) - ($front-width / 2 ) - $back-width ;
346346 margin-top : 10px ; // Vertical offset from top clip
@@ -889,7 +889,7 @@ footer {
889889 width : 90px ;
890890 }
891891
892- .link , #login {
892+ .link {
893893 display : none ;
894894 }
895895 }
@@ -1067,6 +1067,12 @@ footer {
10671067 padding : 20px ;
10681068 }
10691069
1070+ nav #login {
1071+ padding : 8px 30px ;
1072+ margin : 0 ;
1073+ font-size : 0.8em ;
1074+ }
1075+
10701076 #hero {
10711077
10721078 p {
You can’t perform that action at this time.
0 commit comments