align stuff
This commit is contained in:
parent
469c1e6d36
commit
4b7df27e40
2 changed files with 36 additions and 16 deletions
|
|
@ -65,7 +65,7 @@
|
|||
}
|
||||
|
||||
#premium-buttons-container {
|
||||
width:50%;
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
.premium-button {
|
||||
|
|
@ -117,3 +117,21 @@
|
|||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.checkbox-row {
|
||||
display: flex;
|
||||
width: 25%;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
.checkbox-row > label {
|
||||
text-align: start;
|
||||
margin-left: 0;
|
||||
align-content: center;
|
||||
}
|
||||
|
||||
.checkbox-row > input[type='checkbox'] {
|
||||
margin-left: 20%;
|
||||
height: 2em;
|
||||
width: 2em;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue