Begin work on project pages

Also store project owners' emails as contact info
This commit is contained in:
2018-02-24 19:41:57 +01:00
parent 63200f863b
commit d984dfb89c
11 changed files with 124 additions and 7 deletions

View File

@@ -51,6 +51,52 @@
margin-bottom: 2em;
}
.contentsplit {
display: grid;
grid-template-columns: 1.3fr 2.7fr;
}
.gridl {
padding: 0 1em 0 1em;
box-shadow: 0 2px 10px 0 rgba(0,0,0,0.2);
}
.gridr {
border-left: 0;
}
.projectowner {
padding: 0 .5em 0 .5em;
overflow: hidden;
border-left: 4px solid #35a;
}
.projectowner p {
margin: 0;
}
.projectowner p {
font-size: .8em;
}
.projectowner p:first-child {
font-size: 1em;
margin-bottom: .2em;
}
.owneruname, .owneremail {
display: inline-block;
color: #888;
}
.owneruname {
float: left;
}
.owneremail {
float: right;
}
@media screen and (max-width: 50rem) {
.projects {
display: inline-block;