Старт
This commit is contained in:
7
site/css/bootstrap.min.css
vendored
Normal file
7
site/css/bootstrap.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
10038
site/css/bootstrap4.3.1.css
vendored
Normal file
10038
site/css/bootstrap4.3.1.css
vendored
Normal file
File diff suppressed because it is too large
Load Diff
18
site/css/style.css
Normal file
18
site/css/style.css
Normal file
@ -0,0 +1,18 @@
|
||||
|
||||
body {
|
||||
padding-top: 56px; /* Отступ сверху для фиксированного меню */
|
||||
}
|
||||
|
||||
.carousel-item { /* Параметры слайдера на главной странице */
|
||||
height: 65vh;
|
||||
min-height: 300px;
|
||||
background: no-repeat center center scroll;
|
||||
-webkit-background-size: cover;
|
||||
-moz-background-size: cover;
|
||||
-o-background-size: cover;
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
.portfolio-item { /* Отступы между карточками class="card" */
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
Reference in New Issue
Block a user