mirror of
https://github.com/ent/ent.git
synced 2026-04-28 21:50:56 +03:00
ent/doc: add initial website
Reviewed By: alexsn Differential Revision: D16668017 fbshipit-source-id: 3d4f5cb2a0277a4b1624ab60157d05302b898c52
This commit is contained in:
committed by
Facebook Github Bot
parent
dfadb3e27b
commit
4565455ee4
16
doc/website/static/css/custom.css
Executable file
16
doc/website/static/css/custom.css
Executable file
@@ -0,0 +1,16 @@
|
||||
/* 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) {
|
||||
}
|
||||
Reference in New Issue
Block a user