more css
This commit is contained in:
parent
79ca764d52
commit
2b803e5063
1 changed files with 10 additions and 5 deletions
|
@ -5,15 +5,20 @@ html {
|
|||
}
|
||||
|
||||
main {
|
||||
width: 800px;
|
||||
width: calc(100% - 82px);
|
||||
max-width: 800px;
|
||||
background-color: #222;
|
||||
margin: auto;
|
||||
padding: 2px 32px 32px;
|
||||
border-left: 4px solid #d3f;
|
||||
}
|
||||
|
||||
@media screen and (max-width:900px) {
|
||||
main {
|
||||
width: calc(100% - 82px);
|
||||
}
|
||||
code {
|
||||
font-size: 1rem;
|
||||
background-color: #1c1c1c;
|
||||
color: #f90;
|
||||
}
|
||||
|
||||
video {
|
||||
max-width: 100%;
|
||||
}
|
Loading…
Reference in a new issue