diff --git a/components/main/index.tsx b/components/main/index.tsx
index fd34304..f647b53 100644
--- a/components/main/index.tsx
+++ b/components/main/index.tsx
@@ -5,7 +5,7 @@ export const Main:React.FC = () =>{
return(
Фото
-
+
);
diff --git a/components/rings/Ring.module.css b/components/rings/Ring.module.css
index d2807e0..f1a1790 100644
--- a/components/rings/Ring.module.css
+++ b/components/rings/Ring.module.css
@@ -6,4 +6,10 @@
.ringVisible{
display: none;
}
+}
+
+@media (max-width: 260px){
+ .ring{
+ display: none;
+ }
}
\ No newline at end of file
diff --git a/components/team/Team.module.css b/components/team/Team.module.css
index d1a9a53..fe1deda 100644
--- a/components/team/Team.module.css
+++ b/components/team/Team.module.css
@@ -86,13 +86,13 @@
.ilArrow{
width: 55%;
- top: -50px;
- transform: rotate(-25deg);
- left: 27%
+ top: -60px;
+ transform: rotate(-35deg);
+ left: 40%
}
.ilText{
- left: -30%
+ left: -10%
}
.denArrow{
width: 55%;
@@ -111,4 +111,100 @@
padding-top: 50%;
}
+}
+
+@media (max-width: 430px) {
+
+ .team{
+ padding-top: 50%;
+ }
+ .avatar{
+ width: 40%;
+ }
+ .carouselAvatar{
+ font-size: 12px;
+
+ flex-direction: column ;
+ }
+ .miText{
+ position: relative;
+ top:-380px;
+ left: 13%
+ }
+ .miArrow{
+ top: -200px;
+ left: -30%;
+ width: 40%;
+ }
+ .danya{
+ margin-top: -150px;
+ }
+ .ilArrow{
+ width: 40%;
+ top: -50px;
+ transform: rotate(-35deg);
+ left: 30%
+
+ }
+ .ilText{
+ top:-140px;
+ left: -5%
+ }
+ .denArrow{
+ width: 40%;
+ left: -30%;
+ transform: scale(-1, 1) rotate(-35deg);
+ }
+ .denText{
+ top: -130px;
+ left:10%
+ }
+}
+
+@media (max-width: 300px) {
+
+ .team{
+ padding-top: 50%;
+ }
+ .avatar{
+ width: 40%;
+ }
+ .carouselAvatar{
+ font-size: 10px;
+
+ flex-direction: column ;
+ }
+ .miText{
+ position: relative;
+ top:-300px;
+ left: 10%
+ }
+ .miArrow{
+ top: -150px;
+ left: -33%;
+ width: 40%;
+ }
+ .danya{
+ margin-top: -150px;
+ }
+ .ilArrow{
+ width: 40%;
+ top: -50px;
+ transform: rotate(-35deg);
+ left: 30%
+
+ }
+ .ilText{
+ top:-100px;
+ left: -5%
+ }
+ .denArrow{
+ width: 40%;
+ left: -30%;
+ transform: scale(-1, 1) rotate(-35deg);
+ }
+ .denText{
+ top: -100px;
+ left:10%
+ }
}
\ No newline at end of file
diff --git a/package.json b/package.json
index db0ba92..48d0727 100644
--- a/package.json
+++ b/package.json
@@ -4,7 +4,7 @@
"private": true,
"scripts": {
"dev": "next dev",
- "build": "next build",
+ "build": "next build && next export",
"start": "next start",
"lint": "next lint"
},
diff --git a/styles/globals.css b/styles/globals.css
index 31e71c3..3dd0cff 100644
--- a/styles/globals.css
+++ b/styles/globals.css
@@ -16,7 +16,9 @@ html{
font-family: 'Inconsolata', monospace;
}
-
+h1,h2{
+ text-align: center;
+}
body{
background: #FAFAFA;
overflow-x: hidden;