style(docs-infra): removed extra , from _resources.scss file (#35935)

there was a typo in _resourcess.scss file there was an extra comma added some spaces too that were needed for proper styling of the code

PR Close #35935
This commit is contained in:
Ajit Singh 2020-03-08 20:15:42 +05:30 committed by Kara Erickson
parent 00027130ea
commit 96a3de6364
1 changed files with 10 additions and 11 deletions

View File

@ -11,14 +11,13 @@
.resources-container {
position: relative;
.group-buttons {
@media (max-width: 480px) {
.button, a.button.mat-button{
.button {
font-size: 1.2rem;
padding: 0;
}
a.filter-button{
margin: 0;
}
}
@ -69,7 +68,7 @@
margin: 0 auto;
*zoom: 1;
}
.grid-fixed:after, .grid-fixed:before, {
.grid-fixed:after, .grid-fixed:before {
content: '.';
clear: both;
display: block;