formula1 / styles.css
kbberendsen's picture
add padding
d7368d9
raw
history blame
157 Bytes
body{
padding: 10px;
}
.shiny-notification {
position:fixed;
top: calc(0%);
left: calc(50% - 150px);
}