diff --git a/css/styles.css b/css/styles.css index 80a1198..af01444 100644 --- a/css/styles.css +++ b/css/styles.css @@ -493,7 +493,7 @@ table, th, td { } .pattern-item { - width: 200px; + width: 100%; height: 48px; padding: 8px; border-radius: var(--number-border-radius); @@ -508,6 +508,12 @@ table, th, td { cursor: default; } + @media only screen and (min-width: 540px) { + .pattern-item { + width: 200px; + } + } + .pattern-item__selected { background: var(--color-b); } @@ -562,6 +568,15 @@ table, th, td { word-break: break-all; } +.faq__ask { + font-size: 18px; + font-weight: 500; +} + +.faq__reply { + padding-left: 16px; +} + /* ----- */ /* PAGES */ /* ----- */ diff --git a/faq.html b/faq.html index 5a26629..31b0df7 100644 --- a/faq.html +++ b/faq.html @@ -96,31 +96,31 @@

FAQ

- What is the purpose of this software?
- Everyone decides for himself, but can be used as a gamepad vibration tester, or as a hand massager.

+ What is the purpose of this software?
+ Everyone decides for himself, but can be used as a gamepad vibration tester, or as a hand massager.

- Can I use this software as a hand massager?
- Yes of course. If you use this as a massager, then before the session I recommend consulting with a doctor.

+ Can I use this software as a hand massager?
+ Yes of course. If you use this as a massager, then before the session I recommend consulting with a doctor.

- I have a gamepad with vibration, what should I do before using it as a hand massager?
- I recommend checking the device for correct operation, mechanical damage, and be sure to use an antiseptic.

+ I have a gamepad with vibration, what should I do before using it as a hand massager?
+ I recommend checking the device for correct operation, mechanical damage, and be sure to use an antiseptic.

- I'm having problems with the app or connecting my device to the app?
- Go to Troubleshooting. + I'm having problems with the app or connecting my device to the app?
+ Go to Troubleshooting.

Troubleshooting

If you are having difficulty detecting a gamepad by the browser, you can use the utility Gamepad Master

- The app does not see my device.
- Make sure you have a chromium-based browser, then update the app and reconnect your device.

+ The app does not see my device.
+ Make sure you have a chromium-based browser, then update the app and reconnect your device.

- The application sees the gamepad, but writes that the vibration actuator is missing.
- This problem is specific to mozilla firefox browser and d-input mode. Check the system requirements before using the software.

+ The application sees the gamepad, but writes that the vibration actuator is missing.
+ This problem is specific to mozilla firefox browser and d-input mode. Check the system requirements before using the software.

- My question is not here.
- Write me eugene.serb@gmail.com + My question is not here.
+ Write me eugene.serb@gmail.com

System Requirements