Skip to content

Commit

Permalink
SNOW-8: Adjusted Foundation columns for sidebars for responsiveness
Browse files Browse the repository at this point in the history
  • Loading branch information
Eloisa committed Feb 14, 2018
1 parent 38894ff commit d5fca91
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sidebar-page.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
global $category_landing_id;
?>

<aside class="a11y-site-aside small-14 medium-4 columns" role="complementary">
<aside class="a11y-site-aside small-12 medium-4 columns" role="complementary">
<?php
create_sidebar('page');
?>
Expand Down
2 changes: 1 addition & 1 deletion sidebar-post.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
global $category_landing_id;
?>

<aside class="a11y-site-aside small-14 medium-4 columns" role="complementary">
<aside class="a11y-site-aside small-12 medium-4 columns" role="complementary">
<?php
create_sidebar('post');
?>
Expand Down
1 change: 1 addition & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ Tags: accessibility
flex-direction: row;
align-items: normal;
align-content: center;
flex-flow: row wrap;
}
.a11y-main-nav-items a {
justify-content: center;
Expand Down
1 change: 1 addition & 0 deletions stylus/style.styl
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,7 @@ apply-contrast-colours(foreground background fileSuffix) {
flex-direction: row;
align-items: normal;
align-content: center;
flex-flow: row wrap;
}

a {
Expand Down

0 comments on commit d5fca91

Please sign in to comment.