Start to implement a project overview page
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -5,4 +5,38 @@
|
||||
padding-left: 15px;
|
||||
padding-bottom: 5px;
|
||||
padding-top: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
.project-overview-columns {
|
||||
display: -webkit-flex;
|
||||
display: flex;
|
||||
-webkit-flex-direction: row;
|
||||
flex-direction: row;
|
||||
|
||||
-webkit-flex-wrap: wrap;
|
||||
flex-wrap: wrap;
|
||||
|
||||
-webkit-align-items: center;
|
||||
align-items: center;
|
||||
|
||||
-webkit-justify-content: center;
|
||||
justify-content: center;
|
||||
|
||||
margin-bottom: 20px;
|
||||
font-size: 1.4em;
|
||||
}
|
||||
|
||||
.project-overview-column {
|
||||
text-align: center;
|
||||
margin-right: 80px;
|
||||
}
|
||||
|
||||
.project-overview-column strong {
|
||||
font-size: 1.3em;
|
||||
color: #444;
|
||||
}
|
||||
|
||||
.project-overview-column span {
|
||||
font-size: 0.8em;
|
||||
color: #777;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user