fixed start functions list padding on small screens

This commit is contained in:
Ulf Gebhardt 2017-11-29 13:44:44 +01:00
parent a82e8c4414
commit b4a06520ac

View File

@ -359,7 +359,10 @@ body {
margin-right: 7px;
color: #CCCCCC;
margin-top: -2px;
margin-left: -20px;
margin-right: 15px;
}
.welcome-right li{
padding-top: 5px;
margin-left: 20px;
}