Skip to content
Snippets Groups Projects
Commit 96c9d118 authored by Jose Manuel Serrano Amaut's avatar Jose Manuel Serrano Amaut
Browse files

[REF]: Refactor styles to not reduce too much fontsize on 960px width

parent 6462a59f
Branches
Tags
No related merge requests found
...@@ -101,6 +101,6 @@ ...@@ -101,6 +101,6 @@
@media (max-width: 960px) { @media (max-width: 960px) {
width: calc(100% - 1px); width: calc(100% - 1px);
padding-left: 1px; padding-left: 1px;
font-size: 0.8rem; font-size: 0.9rem;
} }
} }
...@@ -88,7 +88,7 @@ span.ripple { ...@@ -88,7 +88,7 @@ span.ripple {
} }
//mobile //mobile
@media screen and (max-width: 600px) { /* @media screen and (max-width: 600px) {
.material-button { .material-button {
min-width: 30px; min-width: 30px;
font-size: 0.78rem; font-size: 0.78rem;
...@@ -102,3 +102,4 @@ span.ripple { ...@@ -102,3 +102,4 @@ span.ripple {
padding: 4px 12px; padding: 4px 12px;
} }
} }
*/
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment