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

on small mobile screens the top tab bar contains text which was not visible on small screens changed text size, margin and padding so that the text could be contained in these screens (320px to 480px)

PR Close #35935
This commit is contained in:
Ajit Singh 2020-03-08 16:36:37 +05:30 committed by Kara Erickson
parent 4a18428de6
commit 00027130ea
1 changed files with 12 additions and 0 deletions

View File

@ -11,6 +11,18 @@
.resources-container {
position: relative;
.group-buttons{
@media (max-width: 480px) {
.button, a.button.mat-button{
font-size:1.2rem;
padding:0;
}
a.filter-button{
margin: 0;
}
}
}
}
.grid-fixed:after, .grid-fixed:before {