Merge branch 'master' into kevin-prototype

This commit is contained in:
Kevin Nobel
2017-01-11 14:04:51 +01:00
19 changed files with 2857 additions and 14 deletions

View File

@@ -13,15 +13,32 @@ Website: myhyvesbookplus.tk
vertical-align: middle;
}
.group-picture {
border-radius: 5px;
height: 42px;
width: 42px;
object-fit: cover;
vertical-align: middle;
}
html {
height: 100%;
}
body {
height: 100%;
background-color: #B78996;
color: #333;
font-family: Arial, sans-serif;
}
.content {
margin: 80px 0 20px 256px;
padding: 20px;
margin-top: 80px;
margin-left: 256px;
min-height: 100%;
}
::selection {