#11965 adjust css for column with 70% in hardening

This commit is contained in:
Daniel Cebrian 2023-09-04 16:04:26 +02:00
parent 586a5523b6
commit 12ebf45f87

View File

@ -31,6 +31,11 @@
margin: 10px; margin: 10px;
} }
.col-md-9 {
width: 63%;
margin: 10px;
}
.text-fail { .text-fail {
font-size: 18px; font-size: 18px;
color: #e63c52; color: #e63c52;