File tree Expand file tree Collapse file tree 2 files changed +23
-8
lines changed Expand file tree Collapse file tree 2 files changed +23
-8
lines changed Original file line number Diff line number Diff line change 11@mixin wordpress_article_style {
22 // 記事内画像
3- /deep / .wp-block-image img {
4- max-width : 100% ;
5- width : 100% !important ;
6- height : auto ;
7- margin : 16px 0 40px 0 ;
3+ /deep / .wp-block-image {
4+ img {
5+ max-width : 100% ;
6+ width : 100% !important ;
7+ height : auto ;
8+ margin : 16px 0 32px 0 ;
9+ }
10+ figcaption {
11+ font-size : 12px ;
12+ text-align : center ;
13+ margin : 0 0 48px 0 ;
14+ color : $mid-gray-1 ;
15+ }
816 }
17+
918
1019 /deep / p {
1120 line-height : 1.8 ;
Original file line number Diff line number Diff line change @@ -125,9 +125,15 @@ export default {
125125 TopOurPartners,
126126 ContactForm
127127 },
128- metaInfo: {
129- title: ' Serverless Operations'
130- }
128+ metaInfo : {
129+ title: ' サーバーレスでクラウドの価値を最大限に' ,
130+ meta: [
131+ {
132+ name: ' description' ,
133+ content: ' Serverless Operationsは、これまでグローバルの第一線で培ってきたクラウド技術(AWS − アマゾンウェブサービス)の豊富な実績と知見を活かし、お客さまのサーバーレスによる開発や運用の支援、コンサルティングまで一貫してサポート。サーバーレスに関するさまざまな課題を解決いたします。' ,
134+ }
135+ ]
136+ },
131137}
132138 </script >
133139
You can’t perform that action at this time.
0 commit comments