Commit a0bfab52 by Arjun Jhukal

updated the css for resource detail

parent 3a32cda3
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -71,6 +71,22 @@
strong {
font-weight: 500;
color: $background-dark;
}
p,
ul,
ol,
img,
figure {
+p,
+ul,
+ol,
+figure,
+img {
margin-top: 16px;
}
}
.rd-footer-action-group {
......
......@@ -43,8 +43,7 @@ endif;
<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="<?php echo site_url('/'); ?>">Home</a></li>
<li class="breadcrumb-item"><a
href="<?php echo get_permalink(get_page_by_path('resources')); ?>">
<li class="breadcrumb-item"><a href="<?php echo get_permalink(get_page_by_path('resources')); ?>">
Resources</a></li>
<li class="breadcrumb-item active" aria-current="page"><?php the_title(); ?></li>
</ol>
......@@ -62,7 +61,7 @@ endif;
<p><?php echo get_the_excerpt() ?: wp_trim_words(get_the_content(), 8, ' [...]'); ?>
</p>
<a href="<?php echo esc_url($url); ?>" target="_blank"
class="btn btn-primary btn-padding hover-up btn-start-project font-14 fw-500 btn-padding btn-submit"
class="btn btn-primary btn-padding hover-up btn-start-project font-14 fw-500 btn-padding btn-submit text-light"
download>Download
Now [<?php echo $icon; ?>]<svg width="24" height="24" viewBox="0 0 24 24" fill="none"
xmlns="http://www.w3.org/2000/svg">
......@@ -120,7 +119,7 @@ endif;
<div class="row">
<div class="col-md-6 col-lg-4 order-md-2">
<a href="<?php echo esc_url($url); ?>" target="_blank"
class="btn btn-primary btn-padding hover-up btn-start-project font-14 fw-500 btn-padding btn-submit"
class="btn btn-primary btn-padding hover-up btn-start-project font-14 fw-500 btn-padding btn-submit text-light"
download>Download
Now [<?php echo $icon; ?>]</a>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment