Archived
1
0

don't fallback to english to prevent cache layer DoS

This commit is contained in:
Jeff
2018-10-20 11:24:30 -04:00
parent 644f8da3f4
commit b4de45569e
3 changed files with 21 additions and 2 deletions

View File

@@ -544,3 +544,10 @@ background-repeat: repeat;
:target {
background-color: #493769;
}
body {
display: inline-flex;
flex-direction: column;
flex-wrap: wrap;
flex-flow: wrap;
}