Skip to content

Commit

Permalink
make css similar
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamiyadd committed Jul 11, 2024
1 parent 41bce58 commit e28393a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion src/assets/styles/rabbitmq.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
}

.rabbitmq {
h4.et_pb_module_header {
h3.et_pb_module_header {
margin-top: 0;
}
.panel-body {
Expand Down
28 changes: 14 additions & 14 deletions src/pages/rabbitmq-applicazioni-mission-critical.astro
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ import "toastify-js/src/toastify.css";
>
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="headingOne">
<h4 class="panel-title">
<h3 class="panel-title">
<a
role="button"
data-toggle="collapse"
Expand All @@ -412,7 +412,7 @@ import "toastify-js/src/toastify.css";
>
RabbitMQ Consulting
</a>
</h4>
</h3>
</div>
<div
id="collapseOne"
Expand All @@ -438,7 +438,7 @@ import "toastify-js/src/toastify.css";
</div>
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="headingTwo">
<h4 class="panel-title">
<h3 class="panel-title">
<a
class="collapsed"
role="button"
Expand All @@ -450,7 +450,7 @@ import "toastify-js/src/toastify.css";
>
RabbitMQ Support
</a>
</h4>
</h3>
</div>
<div
id="collapseTwo"
Expand All @@ -477,7 +477,7 @@ import "toastify-js/src/toastify.css";
</div>
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="headingThree">
<h4 class="panel-title">
<h3 class="panel-title">
<a
class="collapsed"
role="button"
Expand All @@ -489,7 +489,7 @@ import "toastify-js/src/toastify.css";
>
RabbitMQ Monitoring
</a>
</h4>
</h3>
</div>
<div
id="collapseThree"
Expand Down Expand Up @@ -584,7 +584,7 @@ import "toastify-js/src/toastify.css";
>
</div>
<div class="et_pb_blurb_container">
<h4 class="et_pb_module_header"><span>Security</span></h4>
<h3 class="et_pb_module_header"><span>Security</span></h3>
<div class="lead">
<p>
Replicated queues and streams, clustering, and federation
Expand All @@ -610,7 +610,7 @@ import "toastify-js/src/toastify.css";
>
</div>
<div class="et_pb_blurb_container">
<h4 class="et_pb_module_header"><span>Scalability</span></h4>
<h3 class="et_pb_module_header"><span>Scalability</span></h3>
<div class="lead">
<p>
Optimize and scale your microservices architecture quickly
Expand All @@ -636,7 +636,7 @@ import "toastify-js/src/toastify.css";
>
</div>
<div class="et_pb_blurb_container">
<h4 class="et_pb_module_header"><span>Deliverability</span></h4>
<h3 class="et_pb_module_header"><span>Deliverability</span></h3>
<div class="lead">
<p>
Persistence, publish confirmation, prefetch, and high
Expand Down Expand Up @@ -664,9 +664,9 @@ import "toastify-js/src/toastify.css";
>
</div>
<div class="et_pb_blurb_container">
<h4 class="et_pb_module_header">
<h3 class="et_pb_module_header">
<span>Easy Management</span>
</h4>
</h3>
<div class="lead">
<p>
HTTP-API, command line tool, and even a native UI for
Expand All @@ -692,9 +692,9 @@ import "toastify-js/src/toastify.css";
>
</div>
<div class="et_pb_blurb_container">
<h4 class="et_pb_module_header">
<h3 class="et_pb_module_header">
<span>Fast implementation</span>
</h4>
</h3>
<div class="lead">
<p>
RabbitMQ enables quick implementation and management of
Expand All @@ -720,7 +720,7 @@ import "toastify-js/src/toastify.css";
>
</div>
<div class="et_pb_blurb_container">
<h4 class="et_pb_module_header"><span>Reliability</span></h4>
<h3 class="et_pb_module_header"><span>Reliability</span></h3>
<div class="lead">
<p>
The highest reliability without sacrificing the performance
Expand Down

0 comments on commit e28393a

Please sign in to comment.