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
.fixed-ratio-block { | |
position: relative; | |
} | |
.fixed-ratio-block:before { | |
content: ''; | |
display: block; | |
padding-top: 80%; | |
} | |
.fixed-ratio-block__content { | |
position: absolute; |
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
{ | |
"workbench.settings.openDefaultSettings": false, | |
"workbench.settings.openDefaultKeybindings": true, | |
"editor.fontFamily": "menlo, dejavu sans code hinted, hackmen, jetbrains mono, fira code, consolas, hasklig, iosevka ss04, courier new", | |
"editor.fontLigatures": true, | |
"window.zoomLevel": -1, | |
"editor.fontSize": 17, | |
"editor.lineHeight": 26, | |
"terminal.integrated.fontSize": 17, | |
"editor.letterSpacing": -0.5, |
NewerOlder