Compare commits

...

2 Commits

Author SHA1 Message Date
DebaucheryLibrarian b8b58726ac 1.146.3 2020-12-18 23:32:52 +01:00
DebaucheryLibrarian 9853bce90b Fixed logo size in warning. 2020-12-18 23:32:47 +01:00
3 changed files with 5 additions and 4 deletions

View File

@ -135,9 +135,10 @@ export default {
} }
.logo { .logo {
width: 8rem;
display: flex;
fill: var(--primary); fill: var(--primary);
text-align: center; margin: 1rem auto 0 auto;
width: 2rem;
} }
@media(max-width: $breakpoint) { @media(max-width: $breakpoint) {

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "traxxx", "name": "traxxx",
"version": "1.146.2", "version": "1.146.3",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "traxxx", "name": "traxxx",
"version": "1.146.2", "version": "1.146.3",
"description": "All the latest porn releases in one place", "description": "All the latest porn releases in one place",
"main": "src/app.js", "main": "src/app.js",
"scripts": { "scripts": {