mirror of
https://github.com/wavetermdev/waveterm-docs.git
synced 2026-08-05 13:45:23 -07:00
Use line-height instead of negative margins (#20)
This commit is contained in:
@@ -24,12 +24,12 @@
|
||||
grid-column: span 1;
|
||||
grid-row: span 2;
|
||||
padding: 1rem;
|
||||
gap: 0;
|
||||
|
||||
.icon {
|
||||
grid-column: 1;
|
||||
grid-row: 1;
|
||||
font-size: 1.5rem;
|
||||
line-height: 1.5rem;
|
||||
}
|
||||
|
||||
.title {
|
||||
@@ -37,7 +37,7 @@
|
||||
grid-row: 1;
|
||||
font-weight: bold;
|
||||
font-size: 1.2rem;
|
||||
margin-top: -0.25rem;
|
||||
line-height: 1.45rem;
|
||||
}
|
||||
|
||||
.description {
|
||||
|
||||
Reference in New Issue
Block a user