Skip to content

Commit

Permalink
Update extra.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Tinker-Twins committed Aug 31, 2024
1 parent a0100f4 commit 3c815f5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/assets/stylesheets/extra.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/* TYPESETTING */
p {
text-align: justify;
text-justify: inter-word;
}

/* COLORS */
/* Style */
:root {
Expand Down Expand Up @@ -78,6 +84,7 @@ a:hover #imageHyperlink {
margin: 0px 10px 15px 0px;
width: 25%
}

/* Responsive adjustments for small screens (e.g., tablets) */
@media (max-width: 768px) {
.research-artifact {
Expand All @@ -86,6 +93,7 @@ a:hover #imageHyperlink {
width: 25%;
}
}

/* Responsive adjustments for very small screens (e.g., phones) */
@media (max-width: 480px) {
.research-artifact {
Expand Down

0 comments on commit 3c815f5

Please sign in to comment.