Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added changes for fixing the font and indentation issues. #54

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions bosc.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
Template Name:bosc
*/
?>

<style>
h5{
color:black;
}
</style>
<?php get_header('bosc'); ?>

<div class="showcase-wrapper">
Expand All @@ -12,7 +16,9 @@


<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
<?php the_content(); ?>
<h5>
<?php the_content(); ?>
</h5>
<?php endwhile; else : ?>
<p>
<?php __('No post found'); ?>
Expand Down
4 changes: 4 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1492,6 +1492,10 @@ input#submit:active {
grid-template-columns: 100%;
}

.wp-block-media-text.alignwide.has-media-on-the-right.is-stacked-on-mobile.bosc-pear-submit{
grid-template-columns: 100%;
}

.news-section ul,
.fellowships-section ul {
margin-left: 2%;
Expand Down