development third page

This commit is contained in:
Hope87
2021-06-11 16:58:44 +03:00
parent 3802219023
commit 2002bcc3d5
5 changed files with 8 additions and 4 deletions

View File

@ -1,6 +1,6 @@
import React from 'react';
import style from './Description.module.css';
import photo from '../../images/medium_male.png';
import dog from '../../images/dog.jpg';
import rectangle from '../../images/rectangle_secondPage.png';
import arrowLeft from '../../images/arrow_left.png';
import arrowRight from '../../images/arrow_right.png';
@ -14,7 +14,7 @@ const Description = ({ candidatesListArr }) => {
{candidatesListArr.map((el) => (
<div className="row" key={el.id}>
<div className="col-2">
<img className={style.description__img} src={photo} alt="" />
<img className={style.description__img} src={dog} alt="" />
</div>
<div className="col-12 col-xl-6">
<h3 className={style.description__title}>{el.name} разработчик, Middle</h3>

View File

@ -13,6 +13,9 @@
.description__img {
margin-left: 40px;
margin-top: 16px;
width: 118px;
height: 118px;
border-radius: 100px;
}
@media (max-width: 575.98px) {