Make "Scientists & Researchers" row responsive
Now, displays the pic on the right-hand side on larger screens, but in the same order as the rest (pic on top) on small ones
This commit is contained in:
parent
38d4619e07
commit
c08e9246cf
1 changed files with 4 additions and 4 deletions
|
@ -31,7 +31,10 @@
|
|||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex flex-wrap mx-auto">
|
||||
<div class="flex flex-wrap sm:flex-row md:flex-row-reverse mx-auto">
|
||||
<div class="sm:w-full md:w-1/2 lg:w-1/3">
|
||||
<img src="img/researcher.png" />
|
||||
</div>
|
||||
<div class="sm:w-full md:w-1/2 lg:w-2/3 p-10">
|
||||
<a name="researchers">
|
||||
<h1 class="text-2xl">Scientists & researchers <i class="icon-flask"></i></h1>
|
||||
|
@ -43,9 +46,6 @@
|
|||
<li>Grip readers with fiction techniques</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="sm:w-full md:w-1/2 lg:w-1/3">
|
||||
<img src="img/researcher.png" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex flex-wrap mx-auto">
|
||||
<div class="sm:w-full md:w-1/2 lg:w-1/3">
|
||||
|
|
Loading…
Reference in a new issue