css aside

This commit is contained in:
ouidade 2024-03-07 10:38:09 +01:00
parent 265c7fbc03
commit 84e00eaaa9
4 changed files with 10 additions and 8 deletions

View File

@ -407,7 +407,8 @@ footer span.totop {
width: 80%;
font-weight: 400; }
.layout-sidebar-first .sidebar_first_container .field-content {
margin-bottom: 0.7rem; }
margin-bottom: 0.5rem;
font-size: 0.6rem; }
@media (max-width: 810px) {
.layout-sidebar-first .sidebar_first_container {
display: none; } }
@ -620,10 +621,10 @@ footer span.totop {
#presentation #block-quartiers-de-demain-views-block-statics-fields-block-1 .views-field-field-pieces-jointes .field-content, #home #block-quartiers-de-demain-views-block-statics-fields-block-1 .views-field-field-pieces-jointes .field-content {
display: flex;
flex-direction: column;
font-size: 0.6rem;
font-size: 0.5rem;
font-weight: 800; }
#presentation #block-quartiers-de-demain-views-block-statics-fields-block-1 .views-field-field-pieces-jointes .field-content span, #home #block-quartiers-de-demain-views-block-statics-fields-block-1 .views-field-field-pieces-jointes .field-content span {
font-weight: 400; }
font-weight: 600; }
#presentation .layout-content, #home .layout-content {
grid-row: 1;
order: 2;

View File

@ -2,8 +2,8 @@
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="15mm"
height="15mm"
width="10mm"
height="10mm"
viewBox="0 0 10.531931 10.531931"
version="1.1"
id="svg1"

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@ -19,10 +19,10 @@
.field-content{
display: flex;
flex-direction: column;
font-size: 0.6rem;
font-size: 0.5rem;
font-weight: 800;
span{
font-weight: 400;
font-weight: 600;
}
}

View File

@ -29,7 +29,8 @@
font-weight: 400;
.field-content{
margin-bottom: 0.7rem;
margin-bottom: 0.5rem;
font-size: 0.6rem;
}
@media (max-width: 810px){
display: none;