Redesign menu items

This commit is contained in:
Bat
2018-09-03 14:59:02 +01:00
parent 1621915ee8
commit 3013eec579
12 changed files with 84 additions and 45 deletions
+25 -1
View File
@@ -572,6 +572,10 @@ form.new-post input[type="submit"]:hover { background: #DADADA; }
* Small Screens *
* ================= */
.mobile-label {
display: none;
}
@media screen and (max-width: 900px) {
header {
flex-direction: column;
@@ -662,7 +666,11 @@ form.new-post input[type="submit"]:hover { background: #DADADA; }
.card {
min-width: 80%;
min-height: 80%;
}
}
.mobile-label {
display: initial;
}
}
/*== Pagination ==*/
@@ -735,3 +743,19 @@ figcaption {
height: auto;
margin-right: 20px;
}
/** Avatars **/
.avatar {
border-radius: 100%;
}
.avatar.small {
width: 50px;
height: 50px;
}
.avatar.medium {
width: 100px;
height: 100px;
}