added blockquote css

This commit is contained in:
2025-09-16 15:02:37 +02:00
parent 252b56e081
commit 39862b54a9
4 changed files with 8 additions and 20 deletions
-13
View File
@@ -1,13 +0,0 @@
{
"folders": [
{
"path": "."
},
{
"path": "../caotek_portal"
},
{
"path": "../ctp_blogr"
}
]
}
+6 -1
View File
@@ -694,8 +694,13 @@ progress {
}
.blockquote {
border-left: 3px solid #df4937;
background: #feecba;
font-size: 16px;
font-style: italic;
margin-left: 1em;
margin-bottom: 1rem;
font-size: 1.09375rem;
padding: 1em;
}
.blockquote > :last-child {
margin-bottom: 0;
-4
View File
@@ -168,10 +168,6 @@ textarea {
stroke-width: 1.25;
}
blockquote {
border-left: 5px solid #df4937;
}
/* https://web-eau.net/blog/10-exemples-de-footer-pour-vous-inspirer */
.footer-dark {
+1 -1
View File
@@ -109,7 +109,7 @@
<div class="col-lg-4">
<div class="card overflow-hidden hover-img">
<div class="position-relative">
<img src="{{request.static_url('cao_sunyata:static/img/home/espace-m-s.jpg')}}" class="card-img-top" alt="matdash-img">
<img src="{{request.static_url('cao_sunyata:static/img/home/home_activity3.jpg')}}" class="card-img-top" alt="matdash-img">
<span class="badge text-bg-light text-dark fs-2 lh-sm mb-9 me-9 py-1 px-2 fw-semibold position-absolute bottom-0 end-0">
Evènement</span>
</div>