Skip to content

Commit

Permalink
change ad style
Browse files Browse the repository at this point in the history
  • Loading branch information
hslee2008 committed Dec 21, 2024
1 parent aa6cafb commit 34963bb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/lib/Grade.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -127,13 +127,9 @@
</tr>
</tbody>
</table>

<button on:click={table_close} id="close" class="btn mt25 mb25">
{$_("close")}
</button>
</ModalBody>

<div class="ad-container">
<div class="ad-container" style="margin-top: 25px;">
<iframe
src="/ad/300x250.html"
class="ad-iframe"
Expand All @@ -143,4 +139,8 @@
scrolling="no"
></iframe>
</div>

<button on:click={table_close} id="close" class="btn mt25 mb25">
{$_("close")}
</button>
</Modal>

0 comments on commit 34963bb

Please sign in to comment.