diff --git a/src/app/components/a11y-bar/a11y-bar.html b/src/app/components/a11y-bar/a11y-bar.html
index 60f68c4..93395ed 100644
--- a/src/app/components/a11y-bar/a11y-bar.html
+++ b/src/app/components/a11y-bar/a11y-bar.html
@@ -1,4 +1,4 @@
-
+
@@ -25,7 +25,7 @@
-
+
-
Acessibilidade
diff --git a/src/app/components/a11y-bar/a11y-bar.scss b/src/app/components/a11y-bar/a11y-bar.scss
index 41dd526..61e2ff4 100644
--- a/src/app/components/a11y-bar/a11y-bar.scss
+++ b/src/app/components/a11y-bar/a11y-bar.scss
@@ -14,5 +14,16 @@
.action-links {
text-transform: uppercase;
border-bottom: 1px dotted #262626;
+ float: right;
+
+ @media screen and (max-width: $screen-sm) {
+ float: left;
+ // text-align: center;
+ }
+
+ @media screen and (max-width: $screen-xs) {
+ float: none;
+ text-align: center;
+ }
}
}
--
libgit2 0.21.2