Skip to content

Commit

Permalink
changed text in pricing, min vw: 90 on mobile view
Browse files Browse the repository at this point in the history
  • Loading branch information
mertlsarac committed Aug 29, 2021
1 parent 5ae15d6 commit 68f07f6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

.button1.relative-to-parent.sleek-button {
font-size: 1em;
letter-spacing: 0.4em;
letter-spacing: 0.1em;
min-width: 45%;
}

Expand Down
2 changes: 1 addition & 1 deletion src/app/component/common/card/card1/card1.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@

@media only screen and (max-width: 999px) {
.card1 {
min-width: 95vw;
min-width: 90vw;
max-width: 95vw;
width: 95vw;
margin-bottom: 50px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,12 @@
<span>{{ feture }}</span>
</p>
</div>
<app-button1 (click)="routeToEvent(option.link ? option.link : URLS.maintenance)" [brandColor]="true"
<!--<app-button1 (click)="routeToEvent(option.link ? option.link : URLS.maintenance)" [brandColor]="true"
[isSleekButton]="true" [relativeToParent]="true" [text]="'SELECT'">
</app-button1>-->
<app-button1 (click)="routeToEvent(option.link ? option.link : URLS.maintenance)"
[brandColor]="true" [icon]="'shopping-cart'" [isSleekButton]="true" [relativeToParent]="true"
[text]="'Buy Now'">
</app-button1>
</div>
</app-card1>
Expand Down

0 comments on commit 68f07f6

Please sign in to comment.