0
0
Fork 0

add initial css style

This is a basic prototype of the future layout.
This commit is contained in:
Gibheer 2015-10-26 08:54:02 +01:00
parent 8ad66a802b
commit 6ce886dfd5
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
* {
box-sizing: border-box;
}
.entries {
list-style-type: none;
display: flex;
flex-flow: row wrap;
justify-content: center;
}
.entries > li {
width: 33%;
min-width: 400px;
padding: 1em;
}