website: fix minor style issue in PluginTier component

This commit is contained in:
Zach Shilton 2021-03-18 12:26:16 -04:00
parent 9e03647ad7
commit bece5c3c69
No known key found for this signature in database
GPG Key ID: 487BAB946192712E
1 changed files with 3 additions and 2 deletions

View File

@ -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 */
}
}
}