Skip to content

Commit

Permalink
make index responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
Krever committed Nov 8, 2024
1 parent 3207383 commit a580d6a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<html>
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<title>My Talks</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/semantic.min.css">
Expand Down Expand Up @@ -29,7 +30,7 @@ <h1 class="ui left floated header" style="padding-bottom: 0">My Talks</h1>
<hr/>

<div class="ui basic segment">
<div id="cardContainer" class="ui three column grid"></div>
<div id="cardContainer" class="ui three column stackable grid container"></div>
</div>

<script type="module" src="assets/build-presentation-list.js"></script>
Expand Down

0 comments on commit a580d6a

Please sign in to comment.