mirror of
https://github.com/RetroDECK/RetroDECK-Website.git
synced 2024-11-21 22:45:39 +00:00
Tabs above feature details now scroll horizontally
This commit is contained in:
parent
f0c04c5191
commit
7588016ab6
|
@ -138,14 +138,14 @@
|
|||
<div class="col-md-4" id="left-feature-column">
|
||||
|
||||
<!-- Logo Header -->
|
||||
<div class="row p-3 rounded-3" id="feature-logo-container">
|
||||
<div class="row p-3 rounded-3 d-none d-md-block" id="feature-logo-container">
|
||||
<div class="col">
|
||||
<img class="img-fluid" src="assets/logos/logo_stacked_esde.png">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Feature List -->
|
||||
<div class="h5 row d-flex flex-md-column align-items-center" id="feature-list">
|
||||
<div class="h5 row d-flex flex-md-column align-items-center overflow-x-scroll text-nowrap text-end flex-nowrap" id="feature-list">
|
||||
<div class="col feature-list-item gradient-spin my-gradient rounded-3 m-0"
|
||||
id="active-feature-item">
|
||||
Pick Up and Play
|
||||
|
|
Loading…
Reference in a new issue