-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
42 lines (36 loc) · 1.42 KB
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
/*
Theme Name: ProLooks
Theme URI: https://prolooks.de
Author: hanneslsm, Studio Leismann
Author URI: https://studioleismann.com
Description: ProLooks is a versatile WordPress block theme that goes beyond traditional themes by supporting intrinsic design & fluid typography and functioning as a design system. It ensures optimal compatibility and optimization for the Wordpress Core-Editor.
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 5.7
Version: 8.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: prolooks
Tags: blog, grid-layout, one-column, two-columns, wide-blocks, block-patterns, block-styles, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, full-site-editing, full-width-template, sticky-post, style-variations, threaded-comments, design-system, starter
GitHub Theme URI: hanneslsm/prolooks
GitHub Theme URI: https://github.com/hanneslsm/prolooks
/* SETUP */
/* Smoother transitions */
html {
scroll-behavior: smooth;
}
/*
** Recent carousel post slider
*/
body .wppsac-post-carousel.design-1 .slick-prev {
left: -50px !important;
}
body .wppsac-post-carousel.design-1 .slick-next {
right: -50px !important;
}
.wppsac-post-carousel.design-1 .wppsac-carousel-slides {
padding: 0 20px;
}
.wppsac-post-image {
aspect-ratio: 16 / 9 !important;
}