Explorar o código

Add left margin to ul in article's text

Riccardo Balbo %!s(int64=4) %!d(string=hai) anos
pai
achega
a881f66f9a
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      static/css/style.less

+ 3 - 0
static/css/style.less

@@ -1154,6 +1154,9 @@ section {
                 overflow-wrap: break-word;
                 flex-grow: 1;
                 width:100%;
+                ul{
+                    margin-left:1rem;
+                }
             }
 
             >nav {