Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f9c9401

Browse files
committedSep 19, 2024·
Linting tests passing
1 parent 66698d9 commit f9c9401

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed
 

‎assets/css/bpd.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,12 @@ div#newsletter {
105105
position: relative;
106106
height: 36px;
107107
width: 36px;
108-
-webkit-transition: border-color 0.3s, color 0.3s;
109-
transition: border-color 0.3s, color 0.3s;
108+
-webkit-transition:
109+
border-color 0.3s,
110+
color 0.3s;
111+
transition:
112+
border-color 0.3s,
113+
color 0.3s;
110114
}
111115

112116
#menu-close:active,

0 commit comments

Comments
 (0)
Please sign in to comment.