回答編集履歴

1

修正

2019/02/07 05:17

投稿

CHERRY
CHERRY

スコア25171

test CHANGED
@@ -1,16 +1,20 @@
1
- > style.css:@media all and (-ms-high-contrast: active), (-ms-high-contrast: none) {
1
+ 最近は、
2
2
 
3
- > style.css:@media all and (-ms-high-contrast:none)
4
3
 
5
- > style.css:@media only screen and (max-width: 959px) {
6
4
 
7
- > style.css:@media only screen and (min-width: 600px) and (max-width: 959px) {
5
+ > @media all and (-ms-high-contrast: active), (-ms-high-contrast: none) {
8
6
 
9
- > style.css:@media only screen and (min-width: 600px) {
7
+ > @media all and (-ms-high-contrast:none)
10
8
 
11
- > style.css:@media print, screen and (min-width: 960px) {
9
+ > @media only screen and (max-width: 959px) {
12
10
 
11
+ > @media only screen and (min-width: 600px) and (max-width: 959px) {
12
+
13
+ > @media only screen and (min-width: 600px) {
14
+
15
+ > @media print, screen and (min-width: 960px) {
16
+
13
- > style.css:@media only screen and (max-width: 599px) {
17
+ > @media only screen and (max-width: 599px) {
14
18
 
15
19
 
16
20