Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(docs-infra): fix resources page tabs text which is not visible on… #35935

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
19 changes: 15 additions & 4 deletions aio/src/styles/2-modules/_resources.scss
Expand Up @@ -11,6 +11,17 @@

.resources-container {
position: relative;

.group-buttons {
gkalpak marked this conversation as resolved.
Show resolved Hide resolved

@media (max-width: 480px) {
.button {
font-size: 1.2rem;
padding: 0;
margin: 0;
}
}
}
}

.grid-fixed:after, .grid-fixed:before {
Expand Down Expand Up @@ -53,11 +64,11 @@

@media handheld and (max-width: 900px), screen and (max-width: 900px) {
/* line 6, ../scss/_responsive.scss */
.grid-fixed{
.grid-fixed {
margin: 0 auto;
*zoom: 1;
}
.grid-fixed:after, .grid-fixed:before, {
.grid-fixed:after, .grid-fixed:before {
content: '.';
clear: both;
display: block;
Expand Down Expand Up @@ -169,7 +180,7 @@ aio-resource-list {
flex-direction: column;
}

.align-items-center{
.align-items-center {
align-items: center;
}

Expand Down Expand Up @@ -219,7 +230,7 @@ aio-resource-list {
transform: translateY(-2px);
}

@media(max-width: 900px) {
@media (max-width: 900px) {
.c-resource-nav {
display: none;
}
Expand Down