fixing up step 2.7 demo

This commit is contained in:
Ken
2019-03-03 20:14:51 -08:00
parent c2c5b99920
commit 74aeb5ad4b
8 changed files with 34 additions and 39 deletions

View File

@@ -7,6 +7,11 @@ body {
padding: 0;
}
body.ms-Fabric {
font-size: 14px;
line-height: 20px;
}
#app {
flex: 1 1 40%;
padding: 50px;
@@ -41,7 +46,7 @@ body {
}
#markdownReadme code {
font-family: Consolas,Menlo,Monaco,monospace;
font-family: Consolas, Menlo, Monaco, monospace;
font-size: 0.9em;
background-color: white;
padding: 0.2em 0.4em;