]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig
Footer's stats displayed on mobile
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Resources / views / themes / material / layout.html.twig
index 2a14e5b0cda4ea461545bebecc4d6766daa6f009..cb6fd58ae3d768add4eac32d3306225d51932997 100644 (file)
         <div class="footer-copyright">
             <div class="container">
                 <div class="row">
-                    <div class="col m12 l8 hide-on-small-only">
-                        <p title="{{ display_stats() | raw | striptags }}">
+                    <div class="col m12 l8">
+                        <p class="footer-text" title="{{ display_stats() | raw | striptags }}">
                             {{ display_stats() }}
                         </p>
                     </div>
                     <div class="col s12 l4">
-                        <p>
+                        <p class="footer-text">
                             {{ 'footer.wallabag.powered_by'|trans }} <a target="_blank" href="https://wallabag.org" class="grey-text text-lighten-4">wallabag</a> –
                             <a class="grey-text text-lighten-4" href="{{ path('about') }}">{{ 'footer.wallabag.about'|trans|lower }}</a>
                         </p>