tweak style for small devices

This commit is contained in:
Nolan Lawson 2018-04-12 22:13:05 -07:00
parent a82c44c21f
commit d2c5839873
1 changed files with 6 additions and 0 deletions

View File

@ -94,6 +94,12 @@
text-align: center;
}
}
@media (max-width: 767px) {
.account-profile-details-item {
font-size: 1em;
}
}
</style>
<script>
import IconButton from '../IconButton.html'