/*
Theme Name: Avas Child
Theme URI: https://x-theme.net/avas/
Author: theme-x
Author URI: https://themeforest.net/user/theme-x
Description: Responsive Multi-Purpose WordPress Theme.
License: GNU General Public License v2 or later
License URI: http://themeforest.net/licenses
Template: avas
Version: 1.1
Text Domain: avas
*/

/* Theme customization starts here
-------------------------------------------------------------- */

#footer-top {
  padding: 20px 0 20px;
}

.tx-profile-image {
  width: 200px;
  height: 260px;
  overflow: hidden;
  margin: 0 auto;
}

.tx-profile-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}


/*
Theme Name: YourChildTheme (이 부분을 자신의 자식 테마 이름으로 변경)
Template: YourParentTheme (이 부분을 부모 테마 이름으로 변경)
Description: A child theme for YourParentTheme.
Author: Your Name
Version: 1.0.0
Text Domain: your-child-theme
*/

