4 .col-sm-12.col-md-10.col-md-offset-1.col-lg-8.col-lg-offset-2
9 import { store } from "@/store";
14 return require("raw-loader!@/translations/about/" + store.state.lang + ".pug")
15 // Next two lines fix a weird issue after last update (2019-11)
16 .replace(/\\[n"]/g, " ")
17 .replace('module.exports = "', '').replace(/"$/, "");
25 margin: var(--universal-margin);