Adaptive projects page
This commit is contained in:
@@ -1,7 +1,9 @@
|
|||||||
header {
|
header {
|
||||||
display: grid;
|
display: grid;
|
||||||
margin-bottom: 20px;
|
|
||||||
grid-template-columns: 1fr auto;
|
grid-template-columns: 1fr auto;
|
||||||
|
grid-template-rows: auto auto;
|
||||||
|
grid-column-gap: 20px;
|
||||||
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
article {
|
article {
|
||||||
@@ -40,3 +42,9 @@ article {
|
|||||||
.uwp { background-image: url("../images/Badges/windows.png"); }
|
.uwp { background-image: url("../images/Badges/windows.png"); }
|
||||||
.win32 { background-image: url("../images/Badges/windows.png"); }
|
.win32 { background-image: url("../images/Badges/windows.png"); }
|
||||||
.windows { 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;
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -39,15 +39,15 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.language-switch {
|
.language-switch {
|
||||||
grid-column: 3/3;
|
grid-column: 3;
|
||||||
}
|
}
|
||||||
.menu-toggle {
|
.menu-toggle {
|
||||||
grid-column: 4/4;
|
grid-column: 4;
|
||||||
display: none;
|
display: none;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
#compact-menu {
|
#compact-menu {
|
||||||
grid-row: 2/2;
|
grid-row: 2;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
}
|
}
|
||||||
#compact-menu li {
|
#compact-menu li {
|
||||||
|
|||||||
Reference in New Issue
Block a user