Improved consent page mobile layout.
This commit is contained in:
parent
0f667ef740
commit
988ee9bdcf
|
@ -2,8 +2,11 @@
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<title>traxxx - consent</title>
|
|
||||||
|
|
||||||
|
<meta name="viewport" content="width=device-width,height=device-height,initial-scale=1.0,interactive-widget=resizes-content" />
|
||||||
|
<meta name="theme-color" content="#f65596">
|
||||||
|
|
||||||
|
<title>traxxx - consent</title>
|
||||||
<style>
|
<style>
|
||||||
:root {
|
:root {
|
||||||
--primary: #f65596;
|
--primary: #f65596;
|
||||||
|
@ -141,8 +144,17 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
@media(max-width: 800px) {
|
@media(max-width: 800px) {
|
||||||
|
.heading {
|
||||||
|
font-size: 1.25rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.logo {
|
||||||
|
height: 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
.actions {
|
.actions {
|
||||||
flex-direction: column-reverse;
|
flex-direction: column-reverse;
|
||||||
|
gap: 1.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.leave {
|
.leave {
|
||||||
|
|
Loading…
Reference in New Issue