/*
 Theme Name: Hello Elementor Child
 Theme URI: https://www.pongo.com.tw/
 Description: A minimal child theme based on hello-elementor by Pongo Design Lab.
 Author: Pongo Design Lab
 Author URI: https://www.pongo.com.tw/
 Template: hello-elementor
 Version: 1.0.0
 License: GNU General Public License v2 or later
 License URI: https://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: hello-elementor-child
*/

/* Place your custom CSS below */


/* 基本超連結樣式 */
a {
  /* 設定過度效果：屬性 秒數 動畫曲線 */
  transition: all 0.3s ease;
}

#breadcrumbs,#breadcrumbs a{font-size:14px}