Add the project layout template and update all projects
This commit is contained in:
@@ -110,3 +110,24 @@
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.project-header {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
margin-top: 96px;
|
||||
}
|
||||
|
||||
.project-header h1 {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.project-header .breadcrumb-wrapper {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
bottom: 100%;
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
|
||||
.project-header .breadcrumb-wrapper a {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user