heading sizes changed
This commit is contained in:
parent
6cef45beee
commit
d93942fa0b
2 changed files with 8 additions and 3 deletions
|
@ -809,6 +809,11 @@ tech-sub-sec h2 {
|
|||
vertical-align: middle;
|
||||
display: inline-block;
|
||||
}
|
||||
@media (max-width: 768px) {
|
||||
.ssdimg img {
|
||||
width: 100px;
|
||||
}
|
||||
}
|
||||
.padding-vertical{
|
||||
padding: 30px 2px;
|
||||
}
|
||||
|
@ -1360,8 +1365,8 @@ tech-sub-sec h2 {
|
|||
}
|
||||
.percent-text {
|
||||
font-family: 'Lato';
|
||||
font-size: 31px;
|
||||
/* text-align: center; */
|
||||
font-size: 37px;
|
||||
/* text-align: center; */
|
||||
}
|
||||
.pricing-section .card {
|
||||
width: 90%;
|
||||
|
|
|
@ -99,7 +99,7 @@
|
|||
<div class="space">
|
||||
<div class="container">
|
||||
<div class="tech-sub-sec">
|
||||
<h2>{% trans "We bring the future to you." %}</h2>
|
||||
<h3>{% trans "We bring the future to you." %}</h3>
|
||||
</div>
|
||||
<div class="flex-row flex-row-rev">
|
||||
<div class="percent-text">
|
||||
|
|
Loading…
Reference in a new issue