Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Commit

Permalink
feat: improve author padding style on remote bigger screen
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpeterparker committed Nov 10, 2019
1 parent eb3a53f commit f99f3ad
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions remote/src/app/pages/app-remote/app-remote.scss
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,13 @@ app-remote {
--slide-padding-bottom: 16px;
--slide-padding-start: 32px;

--slide-author-social-padding-top: 8px;

--slide-author-padding-top: 16px;
--slide-author-padding-end: 32px;
--slide-author-padding-bottom: 16px;
--slide-author-padding-start: 32px;

@media screen and (min-width: 992px) {
ion-label, ion-label[text-wrap].sc-ion-label-md-h, p {
font-size: 1.2em;
Expand Down

0 comments on commit f99f3ad

Please sign in to comment.