Skip to content

Commit 8a3343f

Browse files
TheoChevalierflodolo
authored andcommitted
Prevent the logo from slightly resizing on hover (#783)
1 parent e593ec3 commit 8a3343f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

web/style/transvision.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,11 @@ h2,
136136
width: 250px;
137137
}
138138

139+
/* Prevents the tiny resize of the logo on hover */
140+
#logo a:hover {
141+
text-decoration: none;
142+
}
143+
139144
h1 a,
140145
h1 a:visited {
141146
color: #333;

0 commit comments

Comments
 (0)