Skip to content

Commit

Permalink
update a bit on font-size; need further consolidation.
Browse files Browse the repository at this point in the history
  • Loading branch information
hw202207 committed Mar 1, 2024
1 parent 18a516e commit 0ed5c11
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
3 changes: 1 addition & 2 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ nav a {
display: inline-block;
padding: 0 0.3rem;
text-decoration: none;
font-size: 16px;
font-weight: 600;
}
Expand All @@ -130,7 +129,7 @@ hr {
}
footer {
font-size: 12px;
font-size: 11pt;
}
@media (max-width: 375px) {
Expand Down
8 changes: 6 additions & 2 deletions src/assets/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,7 @@ body {
font-weight: normal;
}

a,
.green {
a {
text-decoration: none;
color: var(--color-text);
transition: 0.4s;
Expand All @@ -83,3 +82,8 @@ a:hover {
text-decoration: underline !important;
}

@media (max-width: 375px) {
.about {
font-size: 12pt;
}
}
5 changes: 0 additions & 5 deletions src/views/HelpView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,4 @@ input {
display: inline-block;
}
@media (max-width: 375px) {
.about {
font-size: 13px;
}
}
</style>

0 comments on commit 0ed5c11

Please sign in to comment.