1234567891011121314151617181920212223 |
- /*!
- Theme Name: LPS
- Theme URI: http://lps.davidwindham.com
- Author: windhamdavid
- Author URI: https://davidwindham.com
- Description: A Theme for Lakelands Plastic Surgery
- Version: 0.1.0
- Tags: Full Site Editing, Blocks, Patterns
- Requires PHP: 7.0
- Tested up to: 6.5
- License: GNU General Public License v2 or later
- License URI: http://www.gnu.org/licenses/gpl-2.0.html
- Thanks:
- 2024 * GNU GPL v2 or later - https://github.com/WordPress/twentytwentyfour
- */
- .no-padding {
- margin-block-start: 0;
- }
- .cover-heading {
- padding-right: 200px;
- }
|