1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-10-03 22:17:08 +02:00

padding fix

This commit is contained in:
GilbN 2022-02-17 21:26:05 +01:00
parent 6b50f7c3e0
commit 94b1758c9a
2 changed files with 4 additions and 1 deletions

View File

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

View File

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