tweaks
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;*/
|
||||
|
||||
@@ -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 |
Reference in New Issue
Block a user