mirror of
https://github.com/ruanyf/es6tutorial.git
synced 2025-05-24 10:22:23 +00:00
edit css
This commit is contained in:
parent
b661cdd486
commit
29aa0f2e2a
19
css/app.css
19
css/app.css
@ -96,23 +96,26 @@ body {
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
|
||||
@media (min-width: 40rem) {
|
||||
#content {
|
||||
width: 580px;
|
||||
padding-left:350px;
|
||||
}
|
||||
}
|
||||
|
||||
#content {
|
||||
padding-top: 10px;
|
||||
padding-bottom: 150px;
|
||||
|
||||
margin-left: 20px;
|
||||
margin-right: 20px;
|
||||
font-size: 0.8rem;
|
||||
line-height:1.6rem;
|
||||
|
||||
/* border: 1px solid black; */
|
||||
}
|
||||
|
||||
@media (min-width: 40rem) {
|
||||
#content {
|
||||
width: 580px;
|
||||
padding-left:350px;
|
||||
margin-left: 0px;
|
||||
margin-right: 0px;
|
||||
}
|
||||
}
|
||||
|
||||
#content pre {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
|
Loading…
x
Reference in New Issue
Block a user