Compare commits

...

2 Commits

Author SHA1 Message Date
DebaucheryLibrarian a5eef66a1c 1.152.2 2021-01-04 01:46:11 +01:00
DebaucheryLibrarian df5a9c9fd9 Using vertical button layout in consent warning on small screens. 2021-01-04 01:46:05 +01:00
3 changed files with 10 additions and 4 deletions

View File

@ -215,9 +215,15 @@ export default {
.title {
font-size: 1.5rem;
}
}
.button:not(:last-child) {
margin: 0 1rem 0 0;
@media(max-width: $breakpoint-small) {
.actions {
flex-direction: column-reverse;
.button {
margin: 0 0 1rem 0;
}
}
}

2
package-lock.json generated
View File

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

View File

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