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

github.com/twbs/bootstrap-npm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2018-07-21 03:55:45 +0300
committerMark Otto <markdotto@gmail.com>2018-07-21 03:55:45 +0300
commitf004a9f14df0c9b0ead9df52494b9dda43cf8608 (patch)
tree881263e546d9bebc3066de5bb4879c25f726eaef
parente3cc011bc77656b5c43883554d571a26d5a190ea (diff)
clean up utils to match
-rw-r--r--default/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/default/index.html b/default/index.html
index 3ae3210..e764295 100644
--- a/default/index.html
+++ b/default/index.html
@@ -3,14 +3,14 @@
<link rel="stylesheet" href="default.css">
</head>
<body>
- <div class="p-5 text-white bg-primary">
+ <div class="p-3 p-md-5 text-white bg-primary">
<div class="py-md-5" style="max-width: 768px;">
<h1>Bootstrap with npm</h1>
<p>Success, you've installed Bootstrap via npm! This demo page is the "kitchen sink" of Bootstrap, a place to see all our layout, styles, and components for you to quickly visualize any changes you wish to test.</p>
</div>
</div>
- <div class="p-5 border-bottom">
+ <div class="p-3 p-md-5 border-bottom">
<h2>Grid</h2>
<p>Nothing special here, just container, row, and columns.</p>
<div class="container-fluid">