Skip to content
Snippets Groups Projects
Commit 0342db08 authored by Michael Tobis's avatar Michael Tobis
Browse files

reduced button size

parent c3015213
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,7 @@ export default function Post({ post }) {
</div>
{/* Show popup */}
<button type="button" className="btn btn-primary" data-bs-toggle="modal" data-bs-target={`#J${post.job_id.substring(0,post.job_id.length-2)}Modal`}>
<button type="button" className="btn btn-primary show-more-btn" data-bs-toggle="modal" data-bs-target={`#J${post.job_id.substring(0,post.job_id.length-2)}Modal`}>
Show more info
</button>
</div>
......
......@@ -160,4 +160,8 @@
.post-footer {
display: flex;
align-items: center;
}
.show-more-btn {
font-size: 0.9rem;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment