Skip to content

Commit

Permalink
[fix]bulmaを最新化したことで一部の表示不具合が起きていたので修正
Browse files Browse the repository at this point in the history
スライダーやウィジェットの文字サイズが不正になっていたので、初期バージョンに一旦戻します。
  • Loading branch information
ultimate-ez committed Feb 10, 2018
1 parent 6b792ef commit 2a0425c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/se-func-init.php
Expand Up @@ -46,7 +46,7 @@ function sentry_enqueue_script() {
wp_enqueue_script( 'slick', get_template_directory_uri() . '/js/slick.min.js', array('jquery'), null, true);

wp_enqueue_style( 'font-awesome', '//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css' );
wp_enqueue_style( 'bluma', '//cdnjs.cloudflare.com/ajax/libs/bulma/0.6.2/css/bulma.min.css' );
wp_enqueue_style( 'bluma', '//cdnjs.cloudflare.com/ajax/libs/bulma/0.1.0/css/bulma.css' );
wp_enqueue_style( 'sentry', get_template_directory_uri().'/css/sentry.css', array(), wp_theme_version(), false );
wp_enqueue_style( 'yakuhan', '//cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/css/yakuhanjp.min.css');

Expand Down

0 comments on commit 2a0425c

Please sign in to comment.