Skip to content

Commit fc6977a

Browse files
committed
Adjust site padding for mobile devices
1 parent bb0446d commit fc6977a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
1212
</head>
1313

14-
<body style="margin: 5em; margin-top: 3em; margin-bottom: 3em">
15-
<div class="container-fluid">
14+
<body class="p-lg-5 py-lg-3">
15+
<div class="container-fluid p-5">
1616
<h1 id="basics-of-r-programming">Basic R Programming Tutorial</h1>
1717
<p>
1818
<img

0 commit comments

Comments
 (0)