#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
1 changed files with 5 additions and 0 deletions

View File

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