Skip to content

Commit

Permalink
Completes last punchlist items for this sprint. (#766)
Browse files Browse the repository at this point in the history
* Completes last punchlist items for this sprint.

* fixes some smaller screen width margins and padding

* Updates responsiveness.
  • Loading branch information
CB987 authored Feb 6, 2025
1 parent ab5b77f commit 3d9defc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
7 changes: 4 additions & 3 deletions app/assets/stylesheets/scss/layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,9 @@ a {
/**** Home Page ****/

/* alert and/or announcement banner */
div.alert {
margin: -2rem 0 2rem 0;
body:not(.dashboard) div.alert {
margin: -2rem -10rem 2rem -10rem;
padding: 0.75rem 5rem
}

div#announcement_text {
Expand Down Expand Up @@ -393,7 +394,7 @@ div#announcement_text {
}

.dlp-collections-descrip {
padding: 0 1rem 1rem
padding: 0 1rem 1rem 0;
}

.dlp-collections-button-wrapper {
Expand Down
8 changes: 7 additions & 1 deletion app/assets/stylesheets/scss/responsive.scss
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,13 @@
.dlp-featured-wrapper {
padding-bottom: 1rem;
}

div.home-content.dlp-explore-publications.dlp-fullwidth > div.dlp-explore-publications-wrapper > div.row {
margin-right: auto;
margin-left: auto;
}
.dlp-explore-collections > .dlp-collections-wrapper {
padding: 0;
}
.dlp-stat {
padding-bottom: 20px;
}
Expand Down

0 comments on commit 3d9defc

Please sign in to comment.