Changed some styles for font sizes and dropdown
This commit is contained in:
parent
059f1bb680
commit
d2457f71e4
1 changed files with 8 additions and 1 deletions
|
@ -451,7 +451,8 @@ h6 {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
.pricing-section .text .section-heading{
|
.pricing-section .text .section-heading{
|
||||||
font-size: 50px;
|
/*font-size: 50px;*/
|
||||||
|
font-size: 40px;
|
||||||
line-height: 50px;
|
line-height: 50px;
|
||||||
padding-bottom: 25px;
|
padding-bottom: 25px;
|
||||||
color: #3a3a3a;
|
color: #3a3a3a;
|
||||||
|
@ -686,6 +687,12 @@ tech-sub-sec h2 {
|
||||||
.logo-wrap-1 {
|
.logo-wrap-1 {
|
||||||
padding-top: 50px;
|
padding-top: 50px;
|
||||||
}
|
}
|
||||||
|
.dropdown-menu > li > a {
|
||||||
|
padding: 1px 10px !important;
|
||||||
|
}
|
||||||
|
.dropdown-menu{
|
||||||
|
left: 0 !important;
|
||||||
|
}
|
||||||
/*Pricing page*/
|
/*Pricing page*/
|
||||||
|
|
||||||
.price-calc-section{
|
.price-calc-section{
|
||||||
|
|
Loading…
Reference in a new issue