Reduced pixel width of the lead text box

This commit is contained in:
Thomas Smith 2022-10-28 17:14:13 -04:00
parent 3bbd97f5e1
commit 02bcd657e7

View file

@ -131,7 +131,7 @@ mark{
}
.lead-text-container{
border: 2px solid #949494;
border: 1px solid #949494 !important;
width: 41.6vw;
display: flex;
justify-content: center;
@ -224,7 +224,7 @@ mark{
}
.lead-text-container{
border: 2px solid #949494;
border: 1px solid #949494;
width: 60vw;
display: flex;
justify-content: center;
@ -272,7 +272,7 @@ mark{
}
.lead-text-container{
border: 2px solid #949494;
border: 1px solid #949494;
width: 70vw;
display: flex;
justify-content: center;
@ -319,7 +319,7 @@ mark{
}
.lead-text-container{
border: 2px solid #949494;
border: 1px solid #949494;
width: 100%;
display: flex;
justify-content: center;