Changed profile look a bit more

This commit is contained in:
Lars van Hijfte
2017-01-29 17:24:39 +01:00
parent dd2113b234
commit 89c8c35b4a
7 changed files with 171 additions and 65 deletions

View File

@@ -103,10 +103,11 @@ p {
}
.item-box {
width: calc(50% - 60px);
width: calc(33% - 50px);
display: inline-table;
}
@media only screen and (max-width: 900px) {
@media only screen and (max-width: 1400px) {
.item-box {
width: calc(100% - 50px);
}
@@ -183,6 +184,10 @@ button.green {
background-color: forestgreen;
}
button.gray{
background-color: #FFF;
color: #333;
}
button,
input[type="submit"],