data-transfer-test/public/style.css

29 lines
314 B
CSS
Raw Normal View History

2020-06-03 03:02:01 +00:00
body {
font-family: 'Raleway', sans-serif;
margin: 30px auto;
2021-10-09 01:56:14 +00:00
}
h1 {
text-align: center !important;
2021-10-09 03:18:03 +00:00
}
2021-11-04 01:35:29 +00:00
.container {
margin-top: 30px;
}
section h1 {
font-size: 16px;
display: inline;
}
section {
margin: 0 0 0 30px;
}
canvas {
margin-top: 15px;
2023-09-09 23:08:04 +00:00
}
.lastcheck {
margin-right: 20px !important;
2020-06-03 03:02:01 +00:00
}