style.css 945 B

12345678910111213141516171819202122232425262728293031323334
  1. /*!
  2. Theme Name: LPS
  3. Theme URI: http://lps.davidwindham.com
  4. Author: windhamdavid
  5. Author URI: https://davidwindham.com
  6. Description: A Theme for Lakelands Plastic Surgery
  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. .cover-heading {
  21. padding-right: 200px;
  22. }
  23. /* https://wordpress.org/support/topic/wp-6-2-gutenberg-ul-has-background-sometimes-appears-and-sometimes-doesnt/ */
  24. /* https://github.com/WordPress/gutenberg/issues/50486 */
  25. ol.has-background, ul.has-background {
  26. padding: 0em !important;
  27. }
  28. /* unset padding on the navigation block */
  29. .wp-block-navigation ul {
  30. padding: unset;
  31. }