1
0

Adaptive projects page

This commit is contained in:
Michael Gordeev
2019-10-15 19:26:12 +03:00
parent 0e58f03b09
commit 50bc5dd0c3
2 changed files with 13 additions and 5 deletions
+9 -1
View File
@@ -1,7 +1,9 @@
header {
display: grid;
margin-bottom: 20px;
grid-template-columns: 1fr auto;
grid-template-rows: auto auto;
grid-column-gap: 20px;
margin-bottom: 20px;
}
article {
@@ -40,3 +42,9 @@ article {
.uwp { background-image: url("../images/Badges/windows.png"); }
.win32 { background-image: url("../images/Badges/windows.png"); }
.windows { background-image: url("../images/Badges/windows.png"); }
@media only screen and (max-width: 600px) {
.github-stats {
grid-row: 2;
}
}
+3 -3
View File
@@ -39,15 +39,15 @@
}
.language-switch {
grid-column: 3/3;
grid-column: 3;
}
.menu-toggle {
grid-column: 4/4;
grid-column: 4;
display: none;
cursor: pointer;
}
#compact-menu {
grid-row: 2/2;
grid-row: 2;
list-style: none;
}
#compact-menu li {