We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cc217f commit 86ec26bCopy full SHA for 86ec26b
1 file changed
docs/stylesheets/extra.css
@@ -64,7 +64,15 @@
64
}
65
66
/* フッターのソーシャルアイコンを大きく */
67
+.md-footer-social__link svg,
68
.md-social__link svg {
- width: 1.5rem !important;
69
- height: 1.5rem !important;
+ width: 2rem !important;
70
+ height: 2rem !important;
71
+}
72
+
73
+.md-footer-social__link,
74
+.md-social__link {
75
+ display: inline-flex;
76
+ align-items: center;
77
+ justify-content: center;
78
0 commit comments