Skip to content

Commit

Permalink
fix styling (#1142)
Browse files Browse the repository at this point in the history
Co-authored-by: Andy Wallace <[email protected]>
  • Loading branch information
jendiamond and sourcefilter authored Jan 19, 2024
1 parent eae9fe3 commit 6093bff
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/base/templates/_static-page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
.static-page__iiif-guide_code {
font-size: $text-16;
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', monospace;
overflow-wrap: break-word;
word-break: break-all;

@media (max-width: 991px) {
font-size: 11px;
Expand Down
11 changes: 6 additions & 5 deletions app/assets/stylesheets/theme_ursus/pages/_ur-static-page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,12 @@
width: 40%;
}

.static-page__iiif-guide_p {
margin: 1.5rem;
font-size: 1.1rem;
line-height: 1.5em;
}
// .static-page__iiif-guide_p {
// margin: 0rem;
// padding: 1.5rem;
// font-size: 1.1rem;
// line-height: 1.5em;
// }

.static-page__iiif-guide_code_blue--ursus {
color: #00f;
Expand Down

0 comments on commit 6093bff

Please sign in to comment.