Skip to content

Commit

Permalink
Merge pull request #444 from zirreal/master
Browse files Browse the repository at this point in the history
small fix
  • Loading branch information
zirreal authored Feb 28, 2025
2 parents cb8efa6 + 65ae646 commit ea6bb0d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/pages/devices/altruist.vue
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ export default {
.twitter-share {
display: inline-flex;
align-items: center;
padding: var(--space);
gap: var(--space);
}
Expand All @@ -225,6 +226,7 @@ export default {
.twitter-share h2 {
margin: 0;
margin-bottom: 10px;
text-align: left;
}
Expand All @@ -251,8 +253,11 @@ export default {
}
@media screen and (max-width: 460px) {
.twitter-share {
padding: var(--space) calc(var(--space) * 1);
}
.twitter-share h2 {
font-size: calc(var(--space) * 1.1)
font-size: calc(var(--space) * 1.08)
}
}
Expand Down

0 comments on commit ea6bb0d

Please sign in to comment.