blob: 35d80b1117a53017f18a86cc14b5e4cca05f1123 [file] [log] [blame]
table td {
vertical-align: top;
}
#butons button {
font-size: 1.25em;
min-height: 2em;
color: white;
text-decoration: none;
}
button#win {
background-color: green;
}
button#lose {
background-color: red;
}
.victima {
font-size: 24px;
}
#victim_img {
float: left;
width: 200px;
max-width: 100%;
margin-right: 16px;
}
#victim_name {
font-weight: bold;
font-size: 1.5em;
margin-bottom: 8px;
}
#victim_curs_i_grau {
font-size: 1em;
margin-bottom: 16px;
}
@media (max-width: 700px) {
#victim_img {
width: 100px;
}
#victim_name {
font-weight: bold;
font-size: 1.25em;
margin-bottom: 8px;
}
}