Fixed css styles of patterns, fixed faq

This commit is contained in:
Eugene Serb 2022-06-22 01:26:49 +03:00
parent b3b70c54de
commit 5b67dcec41
2 changed files with 6 additions and 6 deletions

View File

@ -487,7 +487,7 @@ table, th, td {
.pattern-list { .pattern-list {
display: flex; display: flex;
flex-direction: row; flex-direction: row;
justify-content: space-between; justify-content: space-around;
flex-wrap: wrap; flex-wrap: wrap;
gap: 32px; gap: 32px;
} }

View File

@ -106,7 +106,7 @@
<span>I recommend checking the device for correct operation, mechanical damage, and be sure to use an antiseptic.</span><br /><br /> <span>I recommend checking the device for correct operation, mechanical damage, and be sure to use an antiseptic.</span><br /><br />
<span>I'm having problems with the app or connecting my device to the app?</span><br /> <span>I'm having problems with the app or connecting my device to the app?</span><br />
<span>Go to Troubleshooting.</span><br /><br /> <span>Go to Troubleshooting.</span>
</div> </div>
<div class="content-item"> <div class="content-item">
<h2 class="content-item__header">Troubleshooting</h2> <h2 class="content-item__header">Troubleshooting</h2>
@ -120,13 +120,13 @@
<span>This problem is specific to mozilla firefox browser and d-input mode. Check the system requirements before using the software.</span><br /><br /> <span>This problem is specific to mozilla firefox browser and d-input mode. Check the system requirements before using the software.</span><br /><br />
<span>My question is not here.</span><br /> <span>My question is not here.</span><br />
<span>Write me </span><a href="mailto:eugene.serb@gmail.com" target="_blank">eugene.serb@gmail.com</a><br /><br /> <span>Write me </span><a href="mailto:eugene.serb@gmail.com" target="_blank">eugene.serb@gmail.com</a>
</div> </div>
<div class="content-item"> <div class="content-item">
<h2 class="content-item__header">System Requirements</h2> <h2 class="content-item__header">System Requirements</h2>
<span>Gamepad: with X-Input and vibration actuator.</span><br /> <span>Gamepad: X-Input and vibration actuator required.</span><br />
<span>Browser: Google Chrome and other Chromium based browser.</span><br /> <span>Browser: Google Chrome or any other Chromium-based browser is recommended.</span><br />
<span>OS: Windows 7 or later recommended.</span> <span>OS: Windows 7 or higher recommended.</span><br />
</div> </div>
</div> </div>
</main> </main>