oop
All checks were successful
Jenkins
Ellpeck/Web/pipeline/head This commit looks good

This commit is contained in:
Ell 2023-06-22 23:19:38 +02:00
parent 7851a46fab
commit a9b877ace9

View file

@ -57,8 +57,10 @@ h1, h2, h3, h4, h5, h6, .nav-item {
}
.project-status {
position: absolute;
right: 60px;
float: right;
margin-right: calc(60px - 1.25rem);
margin-left: 10px;
margin-bottom: 10px;
}
.blog-meta {
@ -273,4 +275,10 @@ pre.highlight {
top: -18px;
width: 50px;
}
.project-status {
float: right;
margin-right: calc(35px - 1.25rem);
}
}