Skip to content

Commit

Permalink
task/DES-2638 - Recon Portal Header Update PART 2 (#1238)
Browse files Browse the repository at this point in the history
* Added validators to recon portal event creator to make sure that lat and long values are within possible bounds.

* Added Recon Portal header, the logo should take 35% of the header row at max and the text should take the rest. It is responsive, too

* Incorporating feedback from PIs to fill up white space and improve text

* After feedback from PI, made logo and text smaller.

* Adjusting width
  • Loading branch information
fnets authored May 15, 2024
1 parent d761331 commit fbf57ff
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions designsafe/static/scripts/rapid/styles/rapid.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ body {

.rapid-logo {
padding-right: 2.5vw;
max-width: 25%;
max-width: 20%;
}

.rapid-logo img {
Expand All @@ -33,8 +33,7 @@ body {

.rapid-header-text {
flex: 1;
font-size: calc(16px + .5vw);
line-height: 1.5;
font-size: calc(12px + .5vw);
padding-right:30px;
}

Expand Down

0 comments on commit fbf57ff

Please sign in to comment.