diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index 8018daa..b8c635c 100644 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -98,6 +98,15 @@ header a.main:hover{ text-align: center; width: 14%; min-width: 130px; + position: relative; +} +.menu li:after{ + content: ''; + top:0px; + right:0px; + width:1px; + height:10px; + background: grey; } .menu li a{ text-align: center; -- libgit2 0.21.4