Replacing tabs with 4 spaces

Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
This commit is contained in:
RD WebDesign
2022-08-01 01:28:30 -03:00
parent 2bc918ad6e
commit a3234d1306
12 changed files with 1041 additions and 1041 deletions

View File

@@ -8,23 +8,23 @@ check_cors();
<head>
<style>
body {
background: #fff;
margin: 10px 0;
background: #fff;
margin: 10px 0;
}
.qrcode {
text-align: center;
margin: 0 0 1em;
text-align: center;
margin: 0 0 1em;
}
.qrcode svg {
max-width: 100%;
height: auto;
max-width: 100%;
height: auto;
}
.token {
font-size: 14px;
word-break: break-word;
font-size: 14px;
word-break: break-word;
}
</style>
</head>