mirror of
https://github.com/godotengine/godot-website.git
synced 2026-01-04 06:09:55 +03:00
Drop 'Blender ESCN exporter' from download pages (#866)
Blender ESCN exporter is unmaintained and experimental with [51 open bug tickets][openbugs]. As discussed in #713, drop the prominent mention on the download pages. Fixes #713 I haven't run it locally (no Ruby/Jekyll env), but I tested with DOM changes directly. The CSS break point `768px` looks better now that it's two columns, so no need to change it despite now being two instead of three layout/card columns. [openbugs]: https://github.com/godotengine/godot-blender-exporter/issues?q=label%3A%22bug%22+is%3Aopen+sort%3Aupdated-desc
This commit is contained in:
@@ -155,7 +155,7 @@
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
.other-download {
|
||||
grid-template-columns: 1fr 1fr 1fr;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user