Change indenting to 1 tab (4 spaces)
It's more readable this way
This commit is contained in:
@ -1,14 +1,14 @@
|
||||
#qrcode {
|
||||
background-color: white;
|
||||
float: right;
|
||||
height: 155px;
|
||||
margin: 3rem 0 0 1rem;
|
||||
padding: 15px;
|
||||
width: 155px;
|
||||
background-color: white;
|
||||
float: right;
|
||||
height: 155px;
|
||||
margin: 3rem 0 0 1rem;
|
||||
padding: 15px;
|
||||
width: 155px;
|
||||
|
||||
@media only screen and (max-width: 720px) {
|
||||
& {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
@media only screen and (max-width: 720px) {
|
||||
& {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user