Readme - css - Add max-width for desktop

This commit is contained in:
2020-01-10 05:14:59 +05:30
parent f75f016681
commit 0df442347b
+3 -1
View File
@@ -50,7 +50,9 @@ TSC = Typescript compiler
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<style type="text/css" media="screen">
body {
margin: 2em;
padding: 2em;
max-width: 960px;
margin: auto;
}
body>h1 {
color: darkcyan;