Responsive
This commit is contained in:
parent
7863088bea
commit
c57e789414
1 changed files with 5 additions and 0 deletions
|
@ -258,6 +258,11 @@
|
|||
summary > * {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 500px) {
|
||||
details {
|
||||
width: 50%;
|
||||
}
|
||||
`)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue