mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-26 01:33:22 +00:00
Fix alert overflow on mobile
This commit is contained in:
@@ -15,6 +15,12 @@
|
||||
background-position: center center
|
||||
padding: 12px 0 8px 0
|
||||
margin: 0
|
||||
|
||||
h6
|
||||
@media all and (max-width: 768px)
|
||||
font-size: 10px
|
||||
line-height: 24px
|
||||
|
||||
a.alert-cta
|
||||
&, & *
|
||||
@include csstrans
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
%a.alert-cta{href: "http://www.openfoodnetwork.org", target: "_blank"}
|
||||
%h6
|
||||
Interested in selling food on the Open Food Network?
|
||||
%strong Start here
|
||||
%i.ofn-i_054-point-right
|
||||
%strong
|
||||
Start here
|
||||
%i.ofn-i_054-point-right
|
||||
%a.close{ ng: { click: "close()" } } ×
|
||||
|
||||
Reference in New Issue
Block a user