Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo-mod-bootstrap-scss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2022-01-12 15:06:16 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2022-01-12 15:06:16 +0300
commit6490de12df737e4cbb5ae2eb38fd3b92bcab02e0 (patch)
tree1dd146256675db510ed57269d40c359add2547ac
parent3a29ec3cfb21ddd076150bc500d38ef8c56c827c (diff)
example: Make table responsive
-rw-r--r--exampleSite/layouts/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/layouts/index.html b/exampleSite/layouts/index.html
index a15625b..219dbbe 100644
--- a/exampleSite/layouts/index.html
+++ b/exampleSite/layouts/index.html
@@ -28,7 +28,7 @@
<div class="container mt-5">
<h1>Bootstrap v5 Hugo Module</h1>
<h2 class="mt-4">Dependencies</h2>
- <table class="table table-striped mt-5">
+ <table class="table table-striped table-responsive mt-5">
<thead>
<tr>
<th scope="col">#</th>