Compare commits
2 Commits
5f8c1aed38
...
alika
Author | SHA1 | Date | |
---|---|---|---|
faa2e77a46 | |||
f55aeec8e8 |
@@ -618,13 +618,13 @@ z-index: 10000;
|
|||||||
transition: .3s all ease-in-out;
|
transition: .3s all ease-in-out;
|
||||||
}
|
}
|
||||||
.col.col-md-3:nth-child(1) .course-box img, .col.col-md-3:nth-child(2) .course-box img{
|
.col.col-md-3:nth-child(1) .course-box img, .col.col-md-3:nth-child(2) .course-box img{
|
||||||
width: 100%;
|
width: 100px;
|
||||||
}
|
}
|
||||||
.col.col-md-3:nth-child(4) .course-box img {
|
.col.col-md-3:nth-child(3) .course-box img {
|
||||||
width: 125px;
|
width: 125px;
|
||||||
}
|
}
|
||||||
.col.col-md-3:nth-child(4) .course-box img {
|
.col.col-md-3:nth-child(4) .course-box img {
|
||||||
width: 120px;
|
width: 110px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.how-it-work input, .how-it-work textarea {
|
.how-it-work input, .how-it-work textarea {
|
||||||
|
@@ -61,7 +61,7 @@
|
|||||||
<a href="{{ setting('whatsapp') }}" target="blank"> <i
|
<a href="{{ setting('whatsapp') }}" target="blank"> <i
|
||||||
class="fa-brands fa-square-whatsapp"></i></a>
|
class="fa-brands fa-square-whatsapp"></i></a>
|
||||||
</div>
|
</div>
|
||||||
<form action="{{ route('newsletter.store') }}" method="post" id="newsletter-form">
|
<form class="flex" action="{{ route('newsletter.store') }}" method="post" id="newsletter-form">
|
||||||
@csrf
|
@csrf
|
||||||
<input class=" border-0 w-80percent px-20 text-14 py-10 text-black" type="email"
|
<input class=" border-0 w-80percent px-20 text-14 py-10 text-black" type="email"
|
||||||
name="email" id="email" placeholder="Enter your Email">
|
name="email" id="email" placeholder="Enter your Email">
|
||||||
|
Reference in New Issue
Block a user