Commit Graph

5 Commits

Author SHA1 Message Date
60938f3e19 Fix improper image border scaling
Previously, the rounded image border would not scale properly with different aspect ratios as the img object changed its own aspect ratio
2022-06-24 18:07:56 -05:00
d35056c664 Better way of centering profile mode 2021-06-11 18:34:18 +05:30
df544469c9 Apply prettier to css 2021-06-11 13:34:55 +05:30
87fbe01124 Add missing semicolons in CSS files (#408)
Many of the CSS files had no semicolon after the last rule in a block,
which is proper syntax, but it's annoying when adding more rules. Since
omitting the semicolons doesn't really have a benefit, I've decided to
add them.
2021-06-11 13:29:56 +05:30
e503367a1a [BREAKING] Split-up css into sub-parts (#317)
* Move styles into 3 different locations
- core
- common
- hljs

* Load all stylesheets in proper order
2021-03-27 11:28:55 +05:30