add cards
parent
3494ae62f5
commit
225b221415
|
|
@ -5,8 +5,8 @@
|
|||
export const environment = {
|
||||
production: false,
|
||||
apiUrl: 'http://api.nircms.lc',
|
||||
clientId: 2,
|
||||
clientSecret: '8GrsyMhQwaiAq4IbtxG5zlq3ZfqyZ8sZRq5oYYXu',
|
||||
clientId: 4,
|
||||
clientSecret: 'KmGnhqVbEi3wlzkEyXi1JeNg9FtswdOdKQHpOcAu',
|
||||
project: null,
|
||||
licence: 'POUFLO4YW7SU',
|
||||
defaultLocale: 'ru'
|
||||
|
|
|
|||
|
|
@ -5,8 +5,8 @@
|
|||
export const environment = {
|
||||
production: false,
|
||||
apiUrl: 'http://api.nircms.lc',
|
||||
clientId: 2,
|
||||
clientSecret: '8GrsyMhQwaiAq4IbtxG5zlq3ZfqyZ8sZRq5oYYXu',
|
||||
clientId: 4,
|
||||
clientSecret: 'KmGnhqVbEi3wlzkEyXi1JeNg9FtswdOdKQHpOcAu',
|
||||
project: null,
|
||||
licence: 'POUFLO4YW7SU',
|
||||
defaultLocale: 'ru'
|
||||
|
|
|
|||
|
|
@ -5,8 +5,8 @@
|
|||
export const environment = {
|
||||
production: false,
|
||||
apiUrl: 'http://api.nircms.lc',
|
||||
clientId: 2,
|
||||
clientSecret: '8GrsyMhQwaiAq4IbtxG5zlq3ZfqyZ8sZRq5oYYXu',
|
||||
clientId: 4,
|
||||
clientSecret: 'KmGnhqVbEi3wlzkEyXi1JeNg9FtswdOdKQHpOcAu',
|
||||
project: 'vniigaz-v2',
|
||||
licence: 'POUFLO4YW7SU',
|
||||
defaultLocale: 'ru'
|
||||
|
|
|
|||
|
|
@ -31,6 +31,7 @@ page-sections{
|
|||
display: flex;
|
||||
align-items: center;
|
||||
>div{
|
||||
width: 100%;
|
||||
header-section, html-section, .swiper-box{
|
||||
display: block;
|
||||
width: 720px;
|
||||
|
|
@ -133,7 +134,14 @@ add-section, publications-list{
|
|||
}
|
||||
}
|
||||
|
||||
.page-section-cards{
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
cards-section{
|
||||
display: block;
|
||||
width: 100%;
|
||||
max-width: 1200px;
|
||||
.cards-add{
|
||||
direction: ltr;
|
||||
display: flex;
|
||||
|
|
|
|||
Loading…
Reference in New Issue