@@ -4322,6 +4322,36 @@ a.to-the-top > * {
43224322
43234323}
43244324
4325+ @media ( max-width : 599px ) {
4326+
4327+ /* Blocks -------------------------------- */
4328+
4329+ /* BLOCK: COLUMNS */
4330+
4331+ .alignfull .wp-block-column > p : not (.has-background-color ),
4332+ .alignfull : not (.has-background ) .wp-block-group__inner-container > p : not (.has-background-color ) {
4333+ max-width : calc (100% - 4rem );
4334+ margin : auto;
4335+ }
4336+ }
4337+
4338+ @media ( min-width : 600px ) {
4339+
4340+ /* Blocks -------------------------------- */
4341+
4342+ /* BLOCK: COLUMNS */
4343+
4344+ .alignfull .wp-block-column : nth-child (odd) > p : not (.has-background-color ),
4345+ .alignfull : not (.has-background ) .wp-block-group__inner-container > p : not (.has-background-color ) {
4346+ padding-right : 2rem ;
4347+ }
4348+
4349+ .alignfull .wp-block-column : nth-child (even) > p : not (.has-background-color ),
4350+ .alignfull : not (.has-background ) .wp-block-group__inner-container > p : not (.has-background-color ) {
4351+ padding-left : 2rem ;
4352+ }
4353+ }
4354+
43254355@media ( min-width : 660px ) {
43264356
43274357 /* Blocks -------------------------------- */
@@ -5200,6 +5230,23 @@ a.to-the-top > * {
52005230
52015231}
52025232
5233+ @media (min-width : 782px ) {
5234+
5235+ /* Blocks -------------------------------- */
5236+
5237+ /* BLOCK: COLUMNS */
5238+
5239+ .alignfull .wp-block-column : first-child > p ,
5240+ .alignfull : not (.has-background ) .wp-block-group__inner-container > p : not (.has-background-color ) {
5241+ padding-right : 2rem ;
5242+ }
5243+
5244+ .alignfull .wp-block-column : last-child > p ,
5245+ .alignfull : not (.has-background ) .wp-block-group__inner-container > p : not (.has-background-color ) {
5246+ padding-left : 2rem ;
5247+ }
5248+ }
5249+
52035250@media ( min-width : 1000px ) {
52045251
52055252
@@ -5342,6 +5389,7 @@ a.to-the-top > * {
53425389 position : static;
53435390 padding-left : 20px ;
53445391 font-size : 15px ;
5392+ color : inherit;
53455393 }
53465394
53475395 /* Menu Modal ---------------------------- */
0 commit comments