Skip to content

Commit

Permalink
Merge pull request #491 from CuBoulder/issue/490
Browse files Browse the repository at this point in the history
Update region--site-information.html.twig
  • Loading branch information
timurtripp authored Sep 26, 2023
2 parents eee7eed + 6dbc8b0 commit 4880eef
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@

.ucb-footer-bottom {
color: white;
padding: 1em 0;
padding: 40px 0;
text-align: left;
font-size: 0.9rem;
}
Expand All @@ -424,6 +424,10 @@
padding-bottom: 2em;
flex-wrap: wrap;
}

.ucb-footer-be-boulder {
padding-bottom: 2em;
}

/**** Styles for media types inserted with the media text editor embed button ****/

Expand Down
2 changes: 1 addition & 1 deletion templates/regions/region--site-information.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
{{ content }}
</div>
<div class="col-log-4 col-md-4 col-sm-6 col-xs-12 offset-lg-4 offset-md-4">
<div class="ucb-info-footer">
<div class="ucb-footer">
<p><a href="https://www.colorado.edu"><img alt="Be Boulder." class="ucb-footer-be-boulder" src="https://cdn.colorado.edu/static/brand-assets/live/images/be-boulder-white.svg" style="max-width:240px; height:auto;" /></a></p>
<p><a class="ucb-home-link" href="https://www.colorado.edu">University of Colorado Boulder</a></p>
<p>© Regents of the University of Colorado</p>
Expand Down

0 comments on commit 4880eef

Please sign in to comment.