[S] Align the average span to the left

This commit is contained in:
Hykilpikonna
2019-11-06 22:24:56 -05:00
parent 110ff6daec
commit d9e9bcc731
@@ -72,5 +72,10 @@
// Center // Center
height: 60px; height: 60px;
line-height: 64px; line-height: 64px;
// Alignment
float: left;
margin-left: 15px;
display: inline-block;
} }
</style> </style>