Fix moving UI when hovering a link in the static pages' header

This commit is contained in:
yflory
2018-05-22 15:40:06 +02:00
parent ff17a0aad6
commit dfd7e7ed9b
2 changed files with 3 additions and 3 deletions

View File

@@ -170,9 +170,8 @@
.nav-link {
padding: 0.5em 0.7em;
&:hover {
font-size: 1.05em;
//transform: scale(1.05);
};
color: @cryptpad_color_light_blue;
}
}
.cp-register-btn {
border: 2px solid #4591C4;