mirror of
https://github.com/ruanyf/es6tutorial.git
synced 2025-05-24 18:32:22 +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;
|
font-size: 0.8rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 40rem) {
|
|
||||||
#content {
|
|
||||||
width: 580px;
|
|
||||||
padding-left:350px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
#content {
|
#content {
|
||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
padding-bottom: 150px;
|
padding-bottom: 150px;
|
||||||
|
margin-left: 20px;
|
||||||
|
margin-right: 20px;
|
||||||
font-size: 0.8rem;
|
font-size: 0.8rem;
|
||||||
line-height:1.6rem;
|
line-height:1.6rem;
|
||||||
|
|
||||||
/* border: 1px solid black; */
|
/* border: 1px solid black; */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (min-width: 40rem) {
|
||||||
|
#content {
|
||||||
|
width: 580px;
|
||||||
|
padding-left:350px;
|
||||||
|
margin-left: 0px;
|
||||||
|
margin-right: 0px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
#content pre {
|
#content pre {
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user