💄 Style the new LearnMore links

This commit is contained in:
Philipp Stracker 2025-01-29 18:38:55 +01:00
parent 77badd39d6
commit dda23b38b4
No known key found for this signature in database
2 changed files with 31 additions and 27 deletions

View file

@ -28,6 +28,12 @@
width: fit-content;
}
.components-button.is-tertiary {
padding: 0;
margin: 0 0 0 4px;
height: 1em;
}
@media screen and (max-width: 480px) {
display: flex;
justify-content: center;