grid push
This commit is contained in:
@@ -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