mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-05-12 10:02:07 -04:00
Drop use of h5
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
h5.crop-sci-name {
|
||||
.crop-sci-name {
|
||||
background-color: $beige;
|
||||
color: $black;
|
||||
font-size: 0.7em;
|
||||
|
||||
@@ -8,5 +8,6 @@
|
||||
|
||||
.text
|
||||
%h3.crop-name= link_to crop.name, crop_path(slug: crop.slug)
|
||||
%h5.crop-sci-name
|
||||
= crop.scientific_names.first
|
||||
- if crop.scientific_names.any?
|
||||
%div.crop-sci-name
|
||||
= crop.scientific_names.first
|
||||
|
||||
Reference in New Issue
Block a user