mirror of
https://github.com/ivabus/www
synced 2024-11-22 23:55:06 +03:00
Reduced pixel width of the lead text box
This commit is contained in:
parent
3bbd97f5e1
commit
02bcd657e7
1 changed files with 4 additions and 4 deletions
|
@ -131,7 +131,7 @@ mark{
|
||||||
}
|
}
|
||||||
|
|
||||||
.lead-text-container{
|
.lead-text-container{
|
||||||
border: 2px solid #949494;
|
border: 1px solid #949494 !important;
|
||||||
width: 41.6vw;
|
width: 41.6vw;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
@ -224,7 +224,7 @@ mark{
|
||||||
}
|
}
|
||||||
|
|
||||||
.lead-text-container{
|
.lead-text-container{
|
||||||
border: 2px solid #949494;
|
border: 1px solid #949494;
|
||||||
width: 60vw;
|
width: 60vw;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
@ -272,7 +272,7 @@ mark{
|
||||||
}
|
}
|
||||||
|
|
||||||
.lead-text-container{
|
.lead-text-container{
|
||||||
border: 2px solid #949494;
|
border: 1px solid #949494;
|
||||||
width: 70vw;
|
width: 70vw;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
@ -319,7 +319,7 @@ mark{
|
||||||
}
|
}
|
||||||
|
|
||||||
.lead-text-container{
|
.lead-text-container{
|
||||||
border: 2px solid #949494;
|
border: 1px solid #949494;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|
Loading…
Reference in a new issue