-
-
+
+
+
-
-
-
+
+
+
+
+ {{page?.name}}
diff --git a/src/app/_modules/pages/page/page.component.scss b/src/app/_modules/pages/page/page.component.scss
index 53d249b..719fb57 100644
--- a/src/app/_modules/pages/page/page.component.scss
+++ b/src/app/_modules/pages/page/page.component.scss
@@ -11,9 +11,16 @@
width: 100%;
height: 400px;
background-color: #86898E;
+ .block{
+ position: absolute;
+ top:136px;
+ left: calc((100% - 900px) / 2);
+ }
.limiter{
- display: flex;
+
+ display: block;
.line{
+ display: inline-block;
border-bottom: 12px solid var(--blue-0);
h1{
display: inline;
@@ -27,8 +34,10 @@
letter-spacing: 0.76px;
color: white;
}
- }
- }
+ }
+
+ }
+
}
.left {
flex-grow: 1;
diff --git a/src/environments/environment.ts b/src/environments/environment.ts
index 9f8d59d..4add497 100644
--- a/src/environments/environment.ts
+++ b/src/environments/environment.ts
@@ -6,7 +6,7 @@ export const environment = {
production: false,
apiUrl: 'http://api.vniigazv2.lc',
clientId: 2,
- clientSecret: 'tsfYTWRzbK1okzbN1jX0JeGkMu3c42H6hJF3NhBv',
+ clientSecret: '5Q8Pe95YrQBwa7o7XDDIatg30ELu3dpS40Uo6jHi',
};
/*
diff --git a/src/styles.scss b/src/styles.scss
index 2596f28..6da33e0 100644
--- a/src/styles.scss
+++ b/src/styles.scss
@@ -28,7 +28,7 @@
// text-transform: uppercase;
// }
-.menu {
+.menu, .page-header {
display: flex;
.block {
background: #fff;