This commit is contained in:
chimchooree
2022-11-08 15:56:02 -06:00
parent 25b9db5544
commit 10fc070e66
8 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
.content-grid {
display: grid;
grid-template-columns: 1fr;
grid-template-rows: repeat(3, auto);
grid-template-rows: repeat(3, auto);
grid-column-gap: 0px;
grid-row-gap: 0em;
color: white;
+1
View File
@@ -16,6 +16,7 @@
}
.content-right {
grid-area: 1 / 2 / 2 / 3;
margin-right: 2em;
/* background-image: url(../img/dev/collage.png);
background-size: cover;
background-repeat: no-repeat;*/
+1 -1
View File
@@ -21,7 +21,7 @@
background-position: bottom center;
background-size: contain;
display: grid;
grid-template-columns: auto; /*repeat(4, minmax(5ch,128px))*/
grid-template-columns: auto;
grid-template-rows: repeat(4, auto);
/*grid-template-columns: minmax(0%,10%) repeat(6, minmax(7ch,96px)) minmax(0%,10%);*/
grid-column-gap: 0px;
Binary file not shown.

Before

Width:  |  Height:  |  Size: 447 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 MiB