Line 1: Line 1:
 +
<style>
 +
.row {
 +
  display: flex;
 +
  flex-wrap: wrap;
 +
}
 +
 +
.row > div[class*='col-'] {
 +
  display: flex;
 +
}
 +
</style>
 
<div class="card bg-light mb-3">
 
<div class="card bg-light mb-3">
 
   <a href="/<!--{$url}-->"><div class="card-header h5"><!--{$subject}--> :: <!--{$title}--><span class="float-right"></div></a>
 
   <a href="/<!--{$url}-->"><div class="card-header h5"><!--{$subject}--> :: <!--{$title}--><span class="float-right"></div></a>

Revision as of 20:57, 24 September 2022

<style> .row {

  display: flex;
  flex-wrap: wrap;

}

.row > div[class*='col-'] {

 display: flex;

} </style>

<a href="/">
 ::
</a>

Parent:

Version:

Target:

Last updated: