File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5555 color : var (--color-text-primary );
5656}
5757
58+ .downloads-table-card__os-name {
59+ font-family : var (--font-sans );
60+ font-size : var (--font-size-xs );
61+ font-weight : var (--font-weight-medium );
62+ line-height : 100% ;
63+ letter-spacing : -0.12px ;
64+ }
65+
5866.downloads-table-card__td--file {
5967 word-break : break-all;
6068}
124132 display : flex;
125133}
126134
135+ @media (max-width : 1279px ) {
136+ .downloads-table-card__os-name {
137+ font-size : 10px ;
138+ line-height : 10px ;
139+ letter-spacing : -0.1px ;
140+ }
141+ }
142+
127143/* ── Mobile ── */
128144@media (max-width : 767px ) {
145+
146+
129147 .downloads-table-card__wrapper {
130148 -webkit-overflow-scrolling : touch;
131149 }
Original file line number Diff line number Diff line change 3131 {% elif 'Windows' in os or 'Binary' in os %}
3232 < span class ="downloads-table-card__os-icon " aria-hidden ="true "> {% include "includes/icon.html" with icon_name="windows" icon_size=16 icon_viewbox="0 0 16 16" %}</ span >
3333 {% endif %}
34- < span > {{ os }}</ span >
34+ < span class =" downloads-table-card__os-name " > {{ os }}</ span >
3535 </ div >
3636 </ td >
3737 {% endif %}
You can’t perform that action at this time.
0 commit comments