mirror of
https://github.com/microsoft/frontend-bootcamp.git
synced 2026-01-26 14:56:42 +08:00
splitting 2.1 and 2.2 readme's
This commit is contained in:
@@ -21,13 +21,17 @@ body {
|
||||
#markdownReadme {
|
||||
box-sizing: border-box;
|
||||
flex: 1 1 60%;
|
||||
background: #efefef;
|
||||
background: #f3f2f1;
|
||||
padding: 50px;
|
||||
margin: 0 auto;
|
||||
height: 100vh;
|
||||
overflow: scroll;
|
||||
}
|
||||
|
||||
#markdownReadme.exercise {
|
||||
background-color: #deecf9;
|
||||
}
|
||||
|
||||
#markdownReadme pre {
|
||||
padding: 5px;
|
||||
border-radius: 3px;
|
||||
|
||||
Reference in New Issue
Block a user