adjusted width of text on home
All checks were successful
CSGOWTF/csgowtf/pipeline/head This commit looks good

This commit is contained in:
2022-02-03 21:26:45 +01:00
parent 79b3c9a2f7
commit f64844c132

View File

@@ -132,6 +132,14 @@ export default {
</script>
<style lang="scss" scoped>
table {
td {
p {
max-width: 40ch;
margin: 0 auto;
}
}
}
.fa {
font-size: 5rem;
padding-bottom: 1.5rem;