[DESIGN] main content tweaks

This commit is contained in:
Elisabeth Dickinson 2021-02-26 17:40:27 +01:00
parent ff34556923
commit fa9c4948a0
2 changed files with 11 additions and 11 deletions

View File

@ -48,10 +48,8 @@ html body{
//------------------------------------------------------------------------------
// Font weight
//------------------------------------------------------------------------------
// "fw_extralight and fw_medium" classes
// are kept for backward compatibility
b, strong{
font-weight: $fw_extrabold;
font-weight: $fw_bold;
}
a {

View File

@ -328,8 +328,11 @@ header.o_main_header{
}
}
// "in between" pages (Applications / Contributing)
&.doc-toc {
.toctree-wrapper {
margin-top: 1.5rem;
> ul {
display: flex;
flex-wrap: wrap;
@ -385,7 +388,7 @@ header.o_main_header{
> * {
width: 54.633333%;
max-width: 600px;
/* max-width: 600px; */
float: left;
clear: left;
}
@ -402,12 +405,7 @@ header.o_main_header{
margin-left: 57%;
padding: 1rem;
p, blockquote, tr, th, li {
color: $gray-light;
}
blockquote {
color: $gray-light;
font-family: $font-family-serif;
font-weight: $fw_semibold;
font-style: italic;
@ -488,6 +486,11 @@ header.o_main_header{
border-bottom: 1px solid $gray-light;
}
> h3 {
color: $gray-darkest;
font-weight: $fw_extrabold;
}
a.headerlink {
visibility: hidden !important;
&:after {
@ -512,8 +515,7 @@ header.o_main_header{
}
.img-fluid {
@include box-shadow(0 3px 6px rgba(0, 0, 0, .16));
margin-bottom: 2rem;
margin-bottom: 1rem;
}
}