Skip to content

Commit

Permalink
more formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
reott committed Jul 1, 2024
1 parent 2a661f8 commit a23396c
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,19 @@
height: auto;
width: 400px;
}
.project-info {
display: flex;
align-items: flex-start;
}
.project-info span {
display: inline-block;
width: 120px;
flex-shrink: 0; /* Prevents the span from shrinking */
width: 120px; /* Adjust this width as needed */
font-weight: bold;
}
.project-info::after {
content: '';
flex-grow: 1;
}
</style>
</head>
<body>
Expand Down

0 comments on commit a23396c

Please sign in to comment.