mirror of
https://github.com/bendtherules/Typescript.tools.git
synced 2026-08-18 13:51:55 +00:00
Readme - css - Add max-width for desktop
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user