Skip to content

Commit

Permalink
Merge pull request Eduhub-Community#326 from Anubhav-Raj/anubhavRajput
Browse files Browse the repository at this point in the history
  fix the mobile view of   EventBtn , team member
  • Loading branch information
SahityaRoy authored Jun 9, 2023
2 parents ab442be + bb7650a commit fc48f84
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 16 deletions.
22 changes: 8 additions & 14 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -785,7 +785,7 @@ section {
.Event-page {
text-align: center;
margin: auto;
width: 50%;
width: 90%;
}

.flip-card {
Expand Down Expand Up @@ -1002,7 +1002,7 @@ section {
/* margin-top: -1%; */
text-align: center;
margin: auto;
width: 25%;
width: 100%;
/* align-content: center; */
}
.btn-work {
Expand Down Expand Up @@ -1335,27 +1335,21 @@ section {
background: #0a22f6;
}

.contact .javascript-email-form input.error
{
.contact .javascript-email-form input.error {
border: 2px solid rgb(207, 1, 1);
}
.contact .javascript-email-form textarea.error
{
.contact .javascript-email-form textarea.error {
border: 2px solid rgb(207, 1, 1);
}
.contact .javascript-email-form input.success
{
.contact .javascript-email-form input.success {
border: 2px solid rgb(2, 146, 2);
}
.contact .javascript-email-form textarea.success
{
.contact .javascript-email-form textarea.success {
border: 2px solid rgb(2, 146, 2);
}
.contact .javascript-email-form .spandiv
{
.contact .javascript-email-form .spandiv {
color: red;
font-size: 16px;

}
@-webkit-keyframes animate-loading {
0% {
Expand Down Expand Up @@ -1554,7 +1548,7 @@ section {
font-family: -apple-system, system-ui, "Segoe UI", Roboto, "Helvetica Neue",
Ubuntu, sans-serif;
font-size: 100%;
height: 44px;
height: 50px;
line-height: 1.15;
margin: 12px 0 0;
outline: none;
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -621,11 +621,11 @@ <h3>
</section>

</section>
<!-- =======End Upcoming Events Section ======= --> -->
<!-- =======End Upcoming Events Section ======= -->

<!-- ======= Events Section ======= -->
</section>
<!-- =======End Upcoming Events Section ======= --> -->
<!-- =======End Upcoming Events Section ======= -->
<!-- ======= Events Section ======= -->
<section id="event" class="event">
<div class="container" data-aos="fade-up">
Expand Down

0 comments on commit fc48f84

Please sign in to comment.