added required .container-left class for privacy page to function correctly.
parent
dd9c7aefbe
commit
66d96e327f
|
@ -40,6 +40,15 @@
|
|||
padding: 0 20px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.container-left {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
max-width: 600px;
|
||||
text-align: left;
|
||||
margin: 0 auto;
|
||||
padding: 0 20px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.column {
|
||||
position: center;
|
||||
width: 100%;
|
||||
|
|
|
@ -40,6 +40,15 @@
|
|||
padding: 0 20px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.container-left {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
max-width: 600px;
|
||||
text-align: left;
|
||||
margin: 0 auto;
|
||||
padding: 0 20px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.column {
|
||||
position: center;
|
||||
width: 100%;
|
||||
|
|
|
@ -40,6 +40,15 @@
|
|||
padding: 0 20px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.container-left {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
max-width: 600px;
|
||||
text-align: left;
|
||||
margin: 0 auto;
|
||||
padding: 0 20px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.column {
|
||||
position: center;
|
||||
width: 100%;
|
||||
|
|
Loading…
Reference in New Issue