mirror of
https://github.com/JonasunderscoreJones/jonasjones.dev.git
synced 2025-10-22 16:39:18 +02:00
fixed project layout
This commit is contained in:
parent
1e5b735b5c
commit
c7f72effaf
1 changed files with 3 additions and 2 deletions
|
@ -33,7 +33,7 @@
|
|||
>
|
||||
{project.status}
|
||||
</span>
|
||||
<span class="project-version">{project.version}</span>
|
||||
<span class="project-version">{project.version ? project.version : "-"}</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -70,10 +70,11 @@
|
|||
margin-left: 10px;
|
||||
margin-right: 10px;
|
||||
margin-top: -4px;
|
||||
padding: 2px;
|
||||
padding: 2px 10px;
|
||||
border: 3px solid var(--project-version-color);
|
||||
border-radius: 100px;
|
||||
float: right;
|
||||
min-width: 70px;
|
||||
}
|
||||
|
||||
.project-description {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue