This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@media (min-width: 1400px) { | |
.button-accordion { | |
height: 82%; } } | |
@media (min-width: 768px) { | |
.button-accordion { | |
height: 74%; } } | |
@media (min-width: 1400px) { | |
.button-accordion--right { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# To work with python | |
pip install --upgrade autopep8 | |
pip install flake8 | |
pip install flake8-docstrings | |
pip install iresolve | |
# To work with python and django | |
apm install python-tools |