/
githubmirror
/
next.js
Обзор
Документация
Войти
/
githubmirror
/
next.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
canary
examples/markdoc/public/globals.css
50 строк
683 B
hrmny
chore: update prettier to 3.2.5 (#65092)
08 май 2024, 22:47
Не верифицирован
08 май 2024, 22:47
64b718c
Код
Авторство
О чём код?
body { font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; color: rgba(60, 66, 87, 1); margin: 0; } #__next { display: grid; grid-template-columns: 0.1fr 1fr 0.15fr; grid-template-rows: 1fr 0.05fr; height: 100vh; } article { grid-column: 2 / 3; grid-row: 1; font-size: 16px; padding: 4em 2em; } h1 { font-size: 40px; } a { color: rgba(75, 85, 99, 1); } h2 { margin: 2em 0; } p { line-height: 1.5em; font-weight: 300; }