WIP: further improvement of features page
This commit is contained in:
parent
5ac4ec0419
commit
5b49090133
5 changed files with 59 additions and 35 deletions
|
@ -19,12 +19,14 @@ import "../styles/components/ImageSection.scss";
|
|||
---
|
||||
|
||||
<section class:list={["ImageSection", { centered }]}>
|
||||
<h1>{title}</h1>
|
||||
<div class="imgDiv">
|
||||
<img src={imgUrl} alt={imgAlt} />
|
||||
<p>{description}</p>
|
||||
<div class="firstHalf">
|
||||
<h1>{title}</h1>
|
||||
<div class="imgDiv">
|
||||
<img src={imgUrl} alt={imgAlt} />
|
||||
<p>{description}</p>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<div class="noteP">
|
||||
<p>{note}</p>
|
||||
</div>
|
||||
</section>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue