Skip to content

Commit

Permalink
minor bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
saaqi committed Jul 22, 2023
1 parent 115f02f commit 417d11c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 14 deletions.
15 changes: 3 additions & 12 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -351,8 +351,6 @@ ul.primary-menu {
}

.menu-toggle::before {
/* background-color: rgba(0, 0, 0, 0.2);*/
/* box-shadow: var(--button-shadow);*/
border: 1px solid var(--primary-color);
content: '\eb5f';
display: inline-block;
Expand All @@ -364,7 +362,6 @@ ul.primary-menu {
}

.menu-toggle.activated::before {
/* background-color: rgba(0, 0, 0, 0.3);*/
box-shadow: inset 1px -1px 4px rgba(0, 0, 0, 0.4);
content: '\ec8d';
transform: rotateX( 180deg );
Expand Down Expand Up @@ -402,8 +399,8 @@ ul.primary-menu {
}

.section-copy > p {
font-size: 1.5rem;
line-height: 2.25rem;
font-size: 1.125rem;
line-height: 1.35rem;
}
/* main container */

Expand Down Expand Up @@ -512,7 +509,6 @@ h3.home-contact-us-button {
overflow: hidden;
padding: 30px 20px;
position: relative;
box-shadow: var(--box-shadow);

}
.ag-courses_item:hover .ag-courses-item_bg {
Expand Down Expand Up @@ -618,7 +614,6 @@ h4.ag-courses-item_title {
.counter-widget {
background-color: var(--secondary-color);
border-radius: 1rem;
box-shadow: var(--box-shadow);
color: #212529;
padding: 1rem;
text-align: center;
Expand Down Expand Up @@ -698,12 +693,10 @@ h4.ag-courses-item_title {
}

.why-item-container {
background-color: var(--primary-color);
border-radius: 1rem;
box-shadow: var(--box-shadow);
color: #fff;
height: 100%;
padding: 1rem;
border: 1px solid var(--primary-color);
font-weight: 700;
font-size: 1.5rem;
}
Expand Down Expand Up @@ -755,7 +748,6 @@ h4.ag-courses-item_title {
overflow: hidden;
height: 50%;
border: 1px solid var(--primary-color);
box-shadow: var(--box-shadow);
}
.map-widget-container iframe {
position: absolute;
Expand Down Expand Up @@ -804,7 +796,6 @@ h4.ag-courses-item_title {

.working-hours {
border: 1px solid var(--primary-color);
box-shadow: var(--box-shadow);
}

.working-hours > table {
Expand Down
Loading

0 comments on commit 417d11c

Please sign in to comment.