File tree Expand file tree Collapse file tree 2 files changed +17
-4
lines changed Expand file tree Collapse file tree 2 files changed +17
-4
lines changed Original file line number Diff line number Diff line change @@ -64,5 +64,18 @@ header .header-navigation ul.wp-block-navigation li.current-menu-item {
64
64
}
65
65
}
66
66
@media screen and (max-width : 480px ) {
67
-
67
+ .wp-block-site-logo {
68
+ width : 130px ;
69
+ }
70
+ header > .wp-block-group {
71
+ padding-top : 20px !important ;
72
+ padding-left : 15px ;
73
+ padding-right : 15px ;
74
+ }
75
+ h1 {
76
+ font-size : var (--wp--preset--font-size--x-large );
77
+ }
78
+ h2 {
79
+ font-size : var (--wp--preset--font-size--large );
80
+ }
68
81
}
Original file line number Diff line number Diff line change 274
274
},
275
275
":focus" : {
276
276
"color" : {
277
- "background" : " var(--wp--preset--color--contrast )" ,
277
+ "background" : " var(--wp--preset--color--blue )" ,
278
278
"text" : " var(--wp--preset--color--base)"
279
279
},
280
280
"outline" : {
281
- "color" : " var(--wp--preset--color--contrast )" ,
281
+ "color" : " var(--wp--preset--color--blue )" ,
282
282
"offset" : " 2px"
283
283
},
284
284
"border" : {
285
- "color" : " var(--wp--preset--color--contrast )"
285
+ "color" : " var(--wp--preset--color--blue )"
286
286
}
287
287
},
288
288
":hover" : {
You can’t perform that action at this time.
0 commit comments