Skip to content

Commit

Permalink
Update main.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
RupleenK authored Jun 3, 2024
1 parent c51eb78 commit f5c8035
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions _styles/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,29 @@ main {
flex-direction: column;
flex-grow: 1;
}

.citation {
display: flex;
align-items: center;
padding: 10px; /* Add some padding for better spacing */
}

.citation-image {
display: flex;
align-items: center;
justify-content: center;
min-width: 100px; /* Ensure the container has a minimum width */
min-height: 100px; /* Ensure the container has a minimum height */
margin-right: 20px; /* Space between badge and text */
}

.altmetric-embed {
max-width: 100%;
max-height: 100%;
}

.citation-text {
flex: 1;
display: flex;
flex-direction: column;
}

0 comments on commit f5c8035

Please sign in to comment.