File tree Expand file tree Collapse file tree 1 file changed +5
-19
lines changed
Expand file tree Collapse file tree 1 file changed +5
-19
lines changed Original file line number Diff line number Diff line change @@ -38,25 +38,13 @@ Select a product below to browse its FAQs.
3838 }
3939 .faq-tile h2 {
4040 margin : 0 0 8px 0 ;
41- font-size : 1.25 rem ;
41+ font-size : 2.5 rem ;
4242 line-height : 1.2 ;
4343 }
4444 .faq-tile p {
4545 margin : 0 ;
4646 color : #444 ;
4747 }
48- .faq-tile .eyebrow {
49- display : inline-block ;
50- font-size : 0.8rem ;
51- letter-spacing : .06em ;
52- text-transform : uppercase ;
53- color : #666 ;
54- margin-bottom : 6px ;
55- }
56- .faq-tile .emoji {
57- font-size : 1.35rem ;
58- margin-right : .35rem ;
59- }
6048
6149 @media (min-width : 720px ) {
6250 .faq-grid {
@@ -68,16 +56,14 @@ Select a product below to browse its FAQs.
6856<div class =" faq-grid " >
6957
7058 <!-- Barcode Reader -->
71- <a class =" faq-tile " href =" /faq/barcode-reader/index.html " aria-label =" Barcode Reader FAQs " >
72- <div class="eyebrow"><span class="emoji">📲</span>Barcode Reader</div>
73- <h2>Barcode Reader</h2>
59+ <a class =" faq-tile " href =" /faq/barcode-reader/ " aria-label =" Barcode Reader FAQs " >
60+ <h2>📲 Barcode Reader</h2>
7461 <p>General usage, requirements, configuration, and troubleshooting guides.</p>
7562 </a >
7663
7764 <!-- MRZ Scanner -->
78- <a class =" faq-tile " href =" /faq/mrz-scanner/index.html " aria-label =" MRZ Scanner FAQs " >
79- <div class="eyebrow"><span class="emoji">🛂</span>MRZ Scanner</div>
80- <h2>MRZ Scanner</h2>
65+ <a class =" faq-tile " href =" /faq/mrz-scanner/ " aria-label =" MRZ Scanner FAQs " >
66+ <h2>🛂 MRZ Scanner</h2>
8167 <p>Setup, supported formats, UI customization, and integration examples.</p>
8268 </a >
8369
You can’t perform that action at this time.
0 commit comments