normalisation blog + gestion images
This commit is contained in:
@@ -1,44 +1,44 @@
|
||||
/*=============================================================================
|
||||
Header Navbar Styles
|
||||
=============================================================================*/
|
||||
a.nav-link{
|
||||
a.nav-link {
|
||||
font-size: .95rem;
|
||||
}
|
||||
|
||||
.navbar-brand {
|
||||
font-size: 1.1rem;
|
||||
line-height: 1;
|
||||
padding-top: 0.25rem;
|
||||
padding-bottom: 0.25rem;
|
||||
}
|
||||
font-size: 1.1rem;
|
||||
line-height: 1;
|
||||
padding-top: 0.25rem;
|
||||
padding-bottom: 0.25rem;
|
||||
}
|
||||
|
||||
.brand-sep {
|
||||
height: .8rem;
|
||||
}
|
||||
.brand-sep {
|
||||
height: .8rem;
|
||||
}
|
||||
|
||||
|
||||
@media (max-width: 1399.98px) {
|
||||
.navbar .nav-item {
|
||||
background-color: var(--bs-light);
|
||||
border: 1px solid var(--bs-border-color);
|
||||
border-radius: .25rem;
|
||||
margin-bottom: .375rem;
|
||||
text-align: center;
|
||||
}
|
||||
@media (max-width: 1399.98px) {
|
||||
.navbar .nav-item {
|
||||
background-color: var(--bs-light);
|
||||
border: 1px solid var(--bs-border-color);
|
||||
border-radius: .25rem;
|
||||
margin-bottom: .375rem;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#navbarSupportedContent>ul:first-child {
|
||||
margin-top: .5rem;
|
||||
}
|
||||
#navbarSupportedContent>ul:first-child {
|
||||
margin-top: .5rem;
|
||||
}
|
||||
|
||||
#navbarSupportedContent>ul:last-child {
|
||||
margin-top: 1rem;
|
||||
}
|
||||
#navbarSupportedContent>ul:last-child {
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
||||
.bi {
|
||||
display: none;
|
||||
}
|
||||
.bi {
|
||||
display: none;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -46,5 +46,38 @@ a.nav-link{
|
||||
Divers
|
||||
=============================================================================*/
|
||||
a.tox-promotion-link {
|
||||
display: none !important;
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
body {
|
||||
background: #f4f6f981;
|
||||
}
|
||||
|
||||
.container {
|
||||
margin: 50px auto;
|
||||
}
|
||||
|
||||
/*=============================================================================
|
||||
Placeholders (global)
|
||||
=============================================================================*/
|
||||
[placeholder] {
|
||||
font-size: 0.9rem !important;
|
||||
font-style: italic !important;
|
||||
|
||||
}
|
||||
|
||||
/*=============================================================================
|
||||
Image Previews
|
||||
=============================================================================*/
|
||||
.preview-img-container{
|
||||
margin-top: -.8rem;
|
||||
width: 100%;
|
||||
height: 20.3rem;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
overflow: hidden;
|
||||
border-radius: .25rem;
|
||||
margin-bottom: 1rem;
|
||||
background-color: rgb(238, 236, 236);
|
||||
}
|
||||
Reference in New Issue
Block a user