rgl/bin2dec/style.css

24 lines
400 B
CSS

.wrapper {
/* Text margin */
margin: auto;
width: 60%;
padding: 10px;
}
.card {
border: 0.1rem solid #d1d1d1;
border-radius: .4rem;
padding: .6rem 1.0rem .7rem;
margin-bottom: 1.5rem;
word-wrap: break-word;
white-space: pre-wrap;
}
.footer {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
text-align: center;
margin-bottom: 10px;
}