grid push
This commit is contained in:
@@ -1,15 +1,18 @@
|
||||
.content-grid {
|
||||
margin: auto;
|
||||
width: 1fr;
|
||||
color: white;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
.gallery {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
|
||||
grid-template-columns: repeat(auto-fit, 200px);
|
||||
grid-column-gap: 0px;
|
||||
grid-row-gap: 0px;
|
||||
margin: auto;
|
||||
border: 2px solid #C0AAC0;
|
||||
}
|
||||
|
||||
.gallery img {
|
||||
height: 200px;}
|
||||
height: 200px;
|
||||
border-radius: 5%;
|
||||
}
|
||||
|
||||
@@ -35,15 +35,14 @@
|
||||
.ocs { grid-area: 4 / 1 / 5 / 3; text-align:left;}
|
||||
.ocs-nav {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(10em, 1fr));
|
||||
grid-template-columns: repeat(auto-fit, 150px);
|
||||
background-color: #C0AAC0;
|
||||
}
|
||||
.ocs-btn {
|
||||
background-color: #C0AAC0;
|
||||
}
|
||||
.ocs img {
|
||||
width: 10em;
|
||||
border-radius: 5%;
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
.content-right h1, h2, ul, li, b, i, p, img, a {
|
||||
|
||||
Reference in New Issue
Block a user