/
githubmirror
/
docusaurus
Обзор
Документация
Войти
/
githubmirror
/
docusaurus
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/docusaurus-theme-classic/src/theme/BlogPostItem/Header/Authors/styles.module.css
20 строк
375 B
ozaki
feat(blog): author header social icons (#10222)
12 июл 2024, 10:59
Не верифицирован
12 июл 2024, 10:59
a6de0f2
Код
Авторство
О чём код?
/** * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ .authorCol { max-width: inherit !important; } .imageOnlyAuthorRow { display: flex; flex-flow: row wrap; } .imageOnlyAuthorCol { margin-left: 0.3rem; margin-right: 0.3rem; }