Files
Gainsight/Custom_Templates/customer_templates/Omnisend/_header.html.liquid

14 lines
250 B
Plaintext
Raw Normal View History

2022-07-08 20:41:57 -04:00
{% include 'header_desktop' %}
{% include 'header_mobile' %}
{% include "messages" %}
<style>
@media only screen and (max-width: 870px) {
.header-desktop {
display: none;
}
.header-mobile {
display: flex;
}
}
</style>