mirror of
https://github.com/chase-manning/pokemon-js.git
synced 2025-11-05 18:38:59 +00:00
📱 add mobile support for text border
This commit is contained in:
parent
ec85eed255
commit
8d264176bd
1 changed files with 6 additions and 4 deletions
|
|
@ -20,11 +20,13 @@ h6 {
|
|||
margin: 1em 0 0 0;
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
|
||||
@media (max-width: 768px) {
|
||||
border-image: url("./images/frame.png") 7 round;
|
||||
border-width: 7px;
|
||||
}
|
||||
}
|
||||
.framed.no-hd {
|
||||
border-image: url("./images/frame.png") 7 round;
|
||||
border-width: 7px;
|
||||
}
|
||||
|
||||
.framed.neutral {
|
||||
background: #f8f3f8;
|
||||
color: #181010;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue