Skip to content

Commit

Permalink
Merge pull request #13 from paigeadelethompson/paigeadelethompson-pat…
Browse files Browse the repository at this point in the history
…ch-10

Update _styles.css
  • Loading branch information
paigeadelethompson authored Sep 1, 2024
2 parents 1e996d8 + 78f962b commit 03bb589
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions themes/netcrave/assets/netcrave/css/_styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,8 @@ main {
min-width: unset;
margin-top: 4px;
margin-bottom: 4px;
padding-top: unset;
padding-bottom unset;
}

@media print {
Expand All @@ -265,6 +267,8 @@ main {
justify-content: center;
width: 100%;
min-width: 220mm;
padding-top: 4px;
padding-bottom: 4px;
}

.social-outer ul {
Expand Down Expand Up @@ -294,7 +298,7 @@ main {
margin-right: 2px;
font-size:11pt;
@media screen and (min-device-width: 360px) and (max-device-width: 767px) {
font-size:14pt;
font-size:16pt;

}
}
Expand All @@ -303,7 +307,7 @@ main {
@media screen and (min-device-width: 360px) and (max-device-width: 767px) {
display: none;
}
font-size: 10pt;
font-size: 9pt;
font-weight: 400;
letter-spacing: 0.04em;
color: black;
Expand All @@ -320,7 +324,7 @@ main {
@media screen and (min-device-width: 360px) and (max-device-width: 767px) {
width: 90%;
}
width: 90%;
width: 75%;
text-align: center;
font-weight: 200;
font-style: italic;
Expand Down

0 comments on commit 03bb589

Please sign in to comment.