123456789101112131415161718192021222324252627 |
- /*!
- Theme Name: LNR
- Theme URI: http://lnr.davidwindham.com
- Author: windhamdavid
- Author URI: https://davidwindham.com
- Description: A Theme for Lakelands Nursing & Rehabilitation Center
- 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
- 2025 * GNU GPL v2 or later - https://github.com/WordPress/twentytwentyfive
- */
- .no-padding {
- margin-block-start: 0;
- }
- @media (max-width: 768px) {
- .entry-content {
- padding: 0 10px 0;
- }
- }
|