/*
Theme Name: iamcontent
Theme URI: https://wordpress.org/themes/iamproperty/
Author: iam property
Author URI: https://iamproperty.com
Description: ---
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.2
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: iamproperty
*/

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */

.wp-site-blocks,
.wp-site-blocks > header{
  display: contents;
}

main.wp-block-group {

  margin: 0!important;
}
.wp-block-group:not(main){

  display: contents!important;
}

.entry-content {
  display: contents!important;
}
.entry-content>*div:first-child {
    padding-top: 2rem;
}