Browse Source

deploy: 94b1758c9a

live_develop
GilbN 3 years ago
parent
commit
6e6302c4d9
  1. 2
      index.html
  2. 3
      resources/landing-page/css/custom.css

2
index.html

@ -41,7 +41,7 @@
<!-- Core theme CSS (includes Bootstrap)--> <!-- Core theme CSS (includes Bootstrap)-->
<link href="resources/landing-page/css/styles.css?v=1.1" rel="stylesheet" /> <link href="resources/landing-page/css/styles.css?v=1.1" rel="stylesheet" />
<link rel="stylesheet" href="resources/landing-page/css/jquery-bg-slideshow.css"> <link rel="stylesheet" href="resources/landing-page/css/jquery-bg-slideshow.css">
<link rel="stylesheet" href="resources/landing-page/css/custom.css?v=2.5"> <link rel="stylesheet" href="resources/landing-page/css/custom.css?v=2.6">
</head> </head>
<body id="page-top"> <body id="page-top">

3
resources/landing-page/css/custom.css

@ -32,6 +32,9 @@ section {
.text-white-50 { .text-white-50 {
color: var(--text) !important; color: var(--text) !important;
} }
.page-section {
padding: 1.2rem 0;
}
@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) { @supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {

Loading…
Cancel
Save