/
githubmirror
/
diagrams
Обзор
Документация
Войти
/
githubmirror
/
diagrams
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
website/static/css/custom.css
27 строк
519 B
Phuoc Tran
add pre-commit to verify commit before create PR (#1066)
25 ноя 2024, 15:38
Не верифицирован
25 ноя 2024, 15:38
fa48533
Код
Авторство
О чём код?
/** * Copyright (c) 2017-present, Facebook, Inc. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ /* your custom css */ @media only screen and (min-device-width: 360px) and (max-device-width: 736px) { } @media only screen and (min-width: 1024px) { } @media only screen and (max-width: 1023px) { } @media only screen and (min-width: 1400px) { } @media only screen and (min-width: 1500px) { } #buymeacoffee { height: 50px; }