Skip to content

Commit

Permalink
Remove the sidebar form the page
Browse files Browse the repository at this point in the history
  • Loading branch information
Sukhendu2002 committed Dec 30, 2023
1 parent f037037 commit e62439f
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 47 deletions.
62 changes: 17 additions & 45 deletions dist/output.css
Original file line number Diff line number Diff line change
Expand Up @@ -578,18 +578,6 @@ video {
}
}

.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border-width: 0;
}

.visible {
visibility: visible;
}
Expand All @@ -606,10 +594,18 @@ video {
margin-bottom: 0.5rem;
}

.mb-3 {
margin-bottom: 0.75rem;
}

.mb-4 {
margin-bottom: 1rem;
}

.mb-5 {
margin-bottom: 1.25rem;
}

.mb-6 {
margin-bottom: 1.5rem;
}
Expand All @@ -622,22 +618,14 @@ video {
margin-top: 1rem;
}

.mt-6 {
margin-top: 1.5rem;
}

.mb-3 {
margin-bottom: 0.75rem;
}

.mb-5 {
margin-bottom: 1.25rem;
}

.mt-5 {
margin-top: 1.25rem;
}

.mt-6 {
margin-top: 1.5rem;
}

.flex {
display: flex;
}
Expand Down Expand Up @@ -713,37 +701,25 @@ video {
padding-bottom: 1.25rem;
}

.pl-5 {
padding-left: 1.25rem;
}

.pr-5 {
padding-right: 1.25rem;
}

.pt-5 {
padding-top: 1.25rem;
}

.text-center {
text-align: center;
}

.text-2xl {
font-size: 1.5rem;
line-height: 2rem;
}

.text-sm {
font-size: 0.875rem;
line-height: 1.25rem;
}

.text-3xl {
font-size: 1.875rem;
line-height: 2.25rem;
}

.text-sm {
font-size: 0.875rem;
line-height: 1.25rem;
}

.font-bold {
font-weight: 700;
}
Expand All @@ -769,10 +745,6 @@ video {
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.filter {
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.hover\:text-blue-700:hover {
--tw-text-opacity: 1;
color: rgb(29 78 216 / var(--tw-text-opacity));
Expand Down
2 changes: 1 addition & 1 deletion page.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@
</main><!-- #main -->

<?php
get_sidebar();
//get_sidebar();
get_footer();
2 changes: 1 addition & 1 deletion template-parts/content-page.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
?>

<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<header class="entry-header">
<header class="entry-header text-2xl mb-3">
<?php the_title( '<h1 class="entry-title">', '</h1>' ); ?>
</header><!-- .entry-header -->

Expand Down

0 comments on commit e62439f

Please sign in to comment.