mirror of
https://github.com/JonasunderscoreJones/jonasjones.dev.git
synced 2025-10-23 00:49:19 +02:00
Fixed visual bug
Fixed a bug on the projects page, where the project version and status would overlap in certain aspect ratios
This commit is contained in:
parent
37bbc8d6b4
commit
9252cc2750
1 changed files with 6 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
||||||
<div />
|
<div />
|
||||||
<div class="project-topline">
|
<div class="project-topline">
|
||||||
<div class="project-title">{project.title}</div>
|
<div class="project-title">{project.title}</div>
|
||||||
<div>
|
<div class="project-titleinfo">
|
||||||
<a
|
<a
|
||||||
class="project-status"
|
class="project-status"
|
||||||
style="color: {project.statuscolor};border-color:{project.statuscolor}"
|
style="color: {project.statuscolor};border-color:{project.statuscolor}"
|
||||||
|
@ -117,4 +117,9 @@
|
||||||
align-items: center;
|
align-items: center;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.project-titleinfo {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue