Skip to content

Commit

Permalink
css fix
Browse files Browse the repository at this point in the history
  • Loading branch information
HarikaMunipalle committed Apr 24, 2024
1 parent 8accea4 commit b8ce1d0
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<script defer src="{{{ pathPrefix }}}/build/bundle.js"></script>
<script
defer
src="https://federalist-7a132a2e-6307-4cd0-9f82-e30e871d214a.sites.pages.cloud.gov/preview/gsa/section508.gov/feature/hidden-main/assets/js/external-508-blocks.js"
src="https://www.section508.gov/assets/js/external-508-blocks.js"
></script>
<script
defer
Expand Down Expand Up @@ -187,9 +187,11 @@
height: 2em;
}
}
body {
background-color: white;
}
body {
background-color: white;
background-color: white;
font-family: Public Sans Web, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}
@media (max-width: 60em) {
.img {
margin-left: 8px;
Expand Down

0 comments on commit b8ce1d0

Please sign in to comment.