/
githubmirror
/
next.js
Обзор
Документация
Войти
/
githubmirror
/
next.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
canary
examples/cms-wordpress/src/components/Templates/Post/PostTemplate.module.css
15 строк
168 B
Bjørn Nyborg
examples: Updating WordPress example to Next 14 (#62447)
29 авг 2024, 02:09
Не верифицирован
29 авг 2024, 02:09
1207df6
Код
Авторство
О чём код?
.post { max-width: 1000px; margin: 0 auto; padding: 30px; } .title { text-align: center; } .author { text-align: center; color: #666; margin: 30px 0; }