1
0
mirror of https://github.com/Chalarangelo/mini.css.git synced 2025-09-03 02:42:39 +02:00

Utility doc page initial commit

This commit is contained in:
Angelos Chalaris
2016-12-11 12:13:10 +02:00
parent c475a3acad
commit ebc771b72a
4 changed files with 353 additions and 14 deletions

View File

@@ -1229,8 +1229,6 @@ ul.breadcrumbs {
display: flex;
list-style: none;
margin: 10px 8px;
/* margin-left: 0; // Reset margins from list styling
margin-right: 0; // Reset margins from list styling*/
padding: 0;
border-radius: 4px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.15); }