Skip to content

Commit

Permalink
small fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeyfe6 committed Sep 13, 2024
1 parent 1e82c3d commit 81038b5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
12 changes: 1 addition & 11 deletions src/styles/layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -234,21 +234,11 @@ textarea {

.page-sub {
font-weight: 300;

opacity: 0.9;
font-size: 1.2rem;
max-width: 50%;

@include tablet {
max-width: 75%;
}

@include phablet {
max-width: 100%;
}
max-width: 75ch;

@include mobile {
max-width: 100%;
font-size: 1rem;
}
}
Expand Down
5 changes: 0 additions & 5 deletions src/styles/modules/prices.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -137,17 +137,12 @@
color: #1ca111;
font-weight: 500;
box-shadow: none;
font-size: 1.1rem;

@include smoothTrans;

&:hover {
color: #187710;
}

@include mobile {
font-size: 1rem;
}
}

.contactus {
Expand Down

0 comments on commit 81038b5

Please sign in to comment.