We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8c6b0b commit 35f0956Copy full SHA for 35f0956
index.html
@@ -70,7 +70,7 @@
70
}
71
.menu-link:hover {
72
color: #FFFFFF;
73
- text-decoration: underline;
+ text-decoration: none;
74
75
</style>
76
</head>
@@ -81,9 +81,9 @@
81
<td rowspan="2">
82
<a href="https://www.sparkfun.com" target="_blank"><img src="resource/sparkfun-logo.png"></a>
83
</td>
84
- <td></td><td></td><td></td>
+ <td> </td><td> </td><td> </td>
85
</tr>
86
- <tr>
+ <tr style="height:40%;">
87
<td align="center" class="menu-entry">
88
<a class="menu-link" href="https://www.sparkfun.com/categories" target="_blank">SHOP</a>
89
0 commit comments