Skip to content
This repository was archived by the owner on Oct 19, 2022. It is now read-only.

Commit f91b2af

Browse files
committed
fix weird button height
1 parent c954148 commit f91b2af

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

assets/css/custom.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ section#why-nextcloud {
424424
margin: auto;
425425
height: 2px;
426426
width: 0px;
427-
margin-top: 10px;
427+
/* margin-top: 10px; this makes the button look weirdly heigh and unsymmetrical */
428428
background: transparent;
429429
transition: width .2s ease-out, background-color .5s ease; }
430430
.Header-Navigation .navbar li a:after:last-child {

assets/css/header.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
margin: auto;
2323
height: 2px;
2424
width: 0px;
25-
margin-top: 10px;
25+
/* margin-top: 10px; this makes the button look weirdly heigh and unsymmetrical */
2626
background: transparent;
2727
transition: width .2s ease-out, background-color .5s ease; }
2828
.Header-Navigation .navbar li a:after:last-child {

assets/css/header.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
margin: auto;
3434
height: 2px;
3535
width: 0px;
36-
margin-top: 10px;
36+
/* margin-top: 10px; this makes the button look weirdly heigh and unsymmetrical */
3737
background: transparent;
3838
transition: width .2s ease-out, background-color .5s ease;
3939

0 commit comments

Comments
 (0)