/*
 Theme Name: Enrico
 Description: Child theme for Astra
 Author: Enrico
 Template: astra
*/

/* Custom footer credit alignment */
.enrico-footer-credit {
  text-align: center;
  margin: 10px 0;
  width: 100%;
}
.enrico-footer-credit a {
  text-decoration: none;
}
.enrico-footer-credit a:hover {
  text-decoration: underline;
}
