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;
|
vertical-align: middle;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
@media (max-width: 768px) {
|
||||||
|
.ssdimg img {
|
||||||
|
width: 100px;
|
||||||
|
}
|
||||||
|
}
|
||||||
.padding-vertical{
|
.padding-vertical{
|
||||||
padding: 30px 2px;
|
padding: 30px 2px;
|
||||||
}
|
}
|
||||||
|
@ -1360,8 +1365,8 @@ tech-sub-sec h2 {
|
||||||
}
|
}
|
||||||
.percent-text {
|
.percent-text {
|
||||||
font-family: 'Lato';
|
font-family: 'Lato';
|
||||||
font-size: 31px;
|
font-size: 37px;
|
||||||
/* text-align: center; */
|
/* text-align: center; */
|
||||||
}
|
}
|
||||||
.pricing-section .card {
|
.pricing-section .card {
|
||||||
width: 90%;
|
width: 90%;
|
||||||
|
|
|
@ -99,7 +99,7 @@
|
||||||
<div class="space">
|
<div class="space">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="tech-sub-sec">
|
<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>
|
||||||
<div class="flex-row flex-row-rev">
|
<div class="flex-row flex-row-rev">
|
||||||
<div class="percent-text">
|
<div class="percent-text">
|
||||||
|
|
Loading…
Reference in a new issue