fix button words
This commit is contained in:
@@ -839,6 +839,12 @@ h1, h2, h3, h4, h5, h6 {
|
||||
font-size: 2rem;
|
||||
margin-bottom: 1rem;
|
||||
display: block;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.feature-icon--inline {
|
||||
font-size: 1.25rem;
|
||||
margin-bottom: 0.35rem;
|
||||
}
|
||||
|
||||
.feature-title {
|
||||
@@ -1727,6 +1733,43 @@ a.citation-count-badge:hover {
|
||||
padding: 1.75rem;
|
||||
}
|
||||
|
||||
.history-link-icon {
|
||||
margin-right: 0.35rem;
|
||||
}
|
||||
|
||||
.history-visual-image {
|
||||
position: relative;
|
||||
z-index: 2;
|
||||
max-width: 100%;
|
||||
max-height: 160px;
|
||||
object-fit: contain;
|
||||
border-radius: var(--radius-sm);
|
||||
}
|
||||
|
||||
.about-hero-gallery {
|
||||
margin-top: 2.5rem;
|
||||
}
|
||||
|
||||
.about-section-screenshots {
|
||||
margin-top: 1.5rem;
|
||||
}
|
||||
|
||||
.about-hero-gallery:not(:has(.screenshot-item)) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.about-section-screenshots:not(:has(.screenshot-item)) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.standards-grid:not(:has(.standard-card)) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.history-visual:has(.history-visual-image) .history-year {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.standard-badge {
|
||||
display: inline-block;
|
||||
font-size: 0.7rem;
|
||||
|
||||
Reference in New Issue
Block a user