small fixes to rest of pages linked through site
This commit is contained in:
+1
-23
@@ -1,7 +1,7 @@
|
||||
.content-grid {
|
||||
display: grid;
|
||||
grid-template-columns: 25% 75%;
|
||||
/* grid-template-rows: 992px;*/
|
||||
grid-template-rows: 992px;
|
||||
grid-column-gap: 0px;
|
||||
grid-row-gap: 0px;
|
||||
}
|
||||
@@ -23,29 +23,7 @@
|
||||
grid-template-rows: auto auto auto auto;
|
||||
grid-column-gap: 0px;
|
||||
grid-row-gap: 0px;
|
||||
/*max-height: 992px;*/
|
||||
}
|
||||
.intro, .rpg, .fashion, .projects, .ocs {
|
||||
background-color: transparent;/*#C0AAC0;*/
|
||||
padding: 5%;
|
||||
text-align: justify;
|
||||
}
|
||||
.intro { grid-area: 1 / 1 / 2 / 3;}
|
||||
.rpg { grid-area: 2 / 1 / 3 / 2;}
|
||||
.fashion { grid-area: 2 / 2 / 3 / 3;}
|
||||
.projects { grid-area: 3 / 1 / 4 / 3;}
|
||||
.ocs { grid-area: 4 / 1 / 5 / 3; text-align:left;}
|
||||
.ocs-nav {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, 150px);
|
||||
background-color: #C0AAC0;
|
||||
}
|
||||
.ocs-btn {
|
||||
background-color: #C0AAC0;
|
||||
}
|
||||
.ocs img {
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
.content-right h1, h2, ul, li, b, i, p, img, a {
|
||||
background-color: transparent;
|
||||
|
||||
Reference in New Issue
Block a user