Remove some h1/logo custom css

This commit is contained in:
Anton Khorev 2023-10-16 12:23:49 +03:00
parent a4a294b1b8
commit afdfda9557
2 changed files with 3 additions and 20 deletions

View file

@ -109,31 +109,14 @@ header {
float: left;
}
a, a:hover {
text-decoration: none;
}
img.logo {
width: 30px;
height: 30px;
margin-top: -2px;
vertical-align: middle;
}
h1 {
font-size: 18px;
font-weight: 600;
line-height: 1.2;
margin: 0;
padding-top: 15px;
a {
color: #000;
}
a:hover {
color: #000;
}
}
.btn {

View file

@ -1,7 +1,7 @@
<header class="closed clearfix">
<h1>
<a href="<%= root_path %>" class="geolink">
<%= image_tag "osm_logo.png", :srcset => image_path("osm_logo.svg"), :alt => t("layouts.logo.alt_text"), :class => "logo" %>
<h1 class="m-0 fw-semibold">
<a href="<%= root_path %>" class="text-black text-decoration-none geolink">
<%= image_tag "osm_logo.png", :srcset => image_path("osm_logo.svg"), :alt => t("layouts.logo.alt_text"), :width => 30, :height => 30, :class => "logo" %>
<%= t "layouts.project_name.h1" %>
</a>
</h1>