website: fix minor style issue in PluginTier component

pull/10764/head
Zach Shilton 5 years ago
parent 9e03647ad7
commit bece5c3c69
No known key found for this signature in database
GPG Key ID: 487BAB946192712E

@ -12,7 +12,9 @@ to match Terraform Registry tier labels.
display: inline-flex;
margin: 0;
padding: 1px 8px 2px 8px;
vertical-align: baseline;
position: relative;
top: -1px;
vertical-align: bottom;
/* variations */
&[data-tier='official'] {
@ -52,4 +54,3 @@ search bar present on docs pages */
}
}
}

Loading…
Cancel
Save