style.css 664 B

123456789101112131415161718192021222324252627
  1. /*!
  2. Theme Name: LNR
  3. Theme URI: http://lnr.davidwindham.com
  4. Author: windhamdavid
  5. Author URI: https://davidwindham.com
  6. Description: A Theme for Lakelands Nursing & Rehabilitation Center
  7. Version: 0.1.0
  8. Tags: Full Site Editing, Blocks, Patterns
  9. Requires PHP: 7.0
  10. Tested up to: 6.5
  11. License: GNU General Public License v2 or later
  12. License URI: http://www.gnu.org/licenses/gpl-2.0.html
  13. Thanks:
  14. 2024 * GNU GPL v2 or later - https://github.com/WordPress/twentytwentyfour
  15. 2025 * GNU GPL v2 or later - https://github.com/WordPress/twentytwentyfive
  16. */
  17. .no-padding {
  18. margin-block-start: 0;
  19. }
  20. @media (max-width: 768px) {
  21. .entry-content {
  22. padding: 0 20px 0;
  23. }
  24. }