oop
All checks were successful
Jenkins
Ellpeck/Web/pipeline/head This commit looks good
All checks were successful
Jenkins
Ellpeck/Web/pipeline/head This commit looks good
This commit is contained in:
parent
7851a46fab
commit
a9b877ace9
1 changed files with 10 additions and 2 deletions
|
@ -57,8 +57,10 @@ h1, h2, h3, h4, h5, h6, .nav-item {
|
||||||
}
|
}
|
||||||
|
|
||||||
.project-status {
|
.project-status {
|
||||||
position: absolute;
|
float: right;
|
||||||
right: 60px;
|
margin-right: calc(60px - 1.25rem);
|
||||||
|
margin-left: 10px;
|
||||||
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.blog-meta {
|
.blog-meta {
|
||||||
|
@ -273,4 +275,10 @@ pre.highlight {
|
||||||
top: -18px;
|
top: -18px;
|
||||||
width: 50px;
|
width: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.project-status {
|
||||||
|
float: right;
|
||||||
|
margin-right: calc(35px - 1.25rem);
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue