Skip to content

Commit

Permalink
Update index-stg.html
Browse files Browse the repository at this point in the history
  • Loading branch information
younglim authored May 9, 2024
1 parent 67de227 commit 26eb131
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions index-stg.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@
html, body {
overflow: hidden;
transform: scale(0.95);
transform-origin: top left;
transform-origin: top;
margin: unset;
width: 100%;
}

.a11y_ads-container{
Expand All @@ -30,10 +32,10 @@
border-radius: 4px;
}
.a11y_box{
flex-direction: column;
padding-right: 5px;
}
.a11y_ads-svg{
padding-left: 24px;
padding-left: 5px;
}
.a11y_ads-txt{
font-family: 'Open Sans', sans-serif;
Expand Down Expand Up @@ -77,7 +79,7 @@
</svg>
<div class="a11y_box">
<p class="a11y_ads-txt">Ever wondered how PWDs navigate your site?</p>
<p class="a11y_ads-link-txt">Check out our <a href="https://govtechsg.github.io/purple-banner-embeds/" target="_blank" class="a11y_ads-link"> Project Playground</a></p>
<p class="a11y_ads-link-txt">Check out our <a href="https://go.gov.sg/a11y-playground" target="_blank" class="a11y_ads-link"> Project Playground</a></p>
</div>
</div>
</body>
Expand Down

0 comments on commit 26eb131

Please sign in to comment.