fixed mobile padding of navigation, added media queries for spacing of feature blocks

This commit is contained in:
fdnklg
2020-10-12 10:27:22 +02:00
committed by moklick
parent b724dab291
commit 4802a054c0
3 changed files with 15 additions and 3 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ export default ({ children, className = 'javascript', language }) => {
style={{
...style,
overflowX: 'auto',
padding: 30,
padding: 16,
borderRadius: 4,
margin: '20px 0 20px 0',
fontSize: 14,