допил
All checks were successful
Create and publish a Docker image / Publish image (push) Successful in 1m20s
Create and publish a Docker image / Deploy image (push) Successful in 32s

This commit is contained in:
Sevka 2023-09-06 00:24:09 +03:00
parent 019cf58130
commit 632b11e421
5 changed files with 9 additions and 7 deletions

View File

@ -54,7 +54,7 @@ const City = (props) => {
}, [selectedCity, cityOptions]);
return (
<div className="container">
<div className="container container_space_around">
<div className="city">
<div className="city__plannet">
<img src='./image 2.png' alt="#" draggable="false" className="city__plannet_img"/>

View File

@ -56,11 +56,13 @@
.container {
display: flex;
flex-direction: column;
height: 100vh;
justify-content: space-around;
height: 95vh;
align-items: center;
background: linear-gradient(180deg, #7EAFE7 0.27%, rgba(41, 134, 242, 0.38) 27.08%, rgba(41, 134, 242, 0.35) 31.77%, rgba(152, 198, 253, 0.28) 46.35%, rgba(41, 134, 242, 0.00) 100%);
&_space_around {
justify-content: space-around;
}
}
.city {
height: 520px;

View File

@ -1,6 +1,6 @@
import React from "react"
import { useNavigate } from "react-router-dom";
import './second.scss'
import './second.scss';
import Icon from './images/Vector.svg'

View File

@ -12,7 +12,7 @@
align-content: center;
flex-wrap: wrap;
justify-content: space-between;
height: 95vh;
height: 100%;
background: linear-gradient(180deg, #7EAFE7 0.27%, rgba(41, 134, 242, 0.38) 27.08%, rgba(41, 134, 242, 0.35) 31.77%, rgba(152, 198, 253, 0.28) 46.35%, rgba(41, 134, 242, 0.00) 100%);
filter: blur(2);
padding-bottom: 10px;

View File

@ -37,7 +37,7 @@ const Start = (props) => {
}, []);
return (
<div className="container">
<div className="container container_space_around">
<div className="header">
<img src="./logo192.png" alt="logo" className="header__logo"/>
<span className="header__text">Путешествия<p>Просто!</p></span>