You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
561 B
29 lines
561 B
.table {
|
|
margin: 2rem;
|
|
display: table;
|
|
div {
|
|
display: table-row;
|
|
padding: 0.5rem;
|
|
div {
|
|
display: table-cell;
|
|
border: 1px solid #000;
|
|
&:first-child {
|
|
text-align: right;
|
|
}
|
|
}
|
|
|
|
span {
|
|
display: inline-block;
|
|
padding: 8px;
|
|
background: #CCC;
|
|
border-radius: 3rem;
|
|
margin-left: 5px;
|
|
margin-right: 5px;
|
|
}
|
|
}
|
|
|
|
img {
|
|
max-width: 50vw;
|
|
width: 100%;
|
|
}
|
|
} |