blob: 66d66f8d9610e28f46916c5eb48caa7b22b29bc1 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2020 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
#guides-container {
max-width: 1440px;
margin: 0 auto;
padding-left: 20px;
padding-right: 20px;
@media (max-width: 991.98px) {
width: 100%;
padding-top: 46px;
}
@media (max-width: 767.98px) {
padding-top: 24px;
}
}
.guides-post-column {
width: 100%;
color: #292828;
}
.guides-post-row {
width: 100%;
background-color: #f3f5f7;
padding: 40px;
margin: 40px 0px;
border-radius: 5px;
}
.guides-post-content {
width: 100%;
padding-top: 5px;
padding-left: 63px;
padding-right: 63px;
padding-bottom: 50px;
@media (max-width: 991.98px) {
padding-top: 30px;
padding-left: 33px;
padding-right: 33px;
}
@media (max-width: 767.98px) {
padding-top: 25px;
padding-left: 30px;
padding-right: 30px;
}
}
.guides-post-title-link {
font-family: 'IBM Plex Sans';
font-size: 30px;
transition: color .2s;
}
.guides-post-paragraph {
text-align: justify;
overflow: hidden;
margin-top: 23px;
margin-bottom: 35px;
}
.guides-post-date {
font-size: 16px;
margin-left: 2px;
color: #6f7878;
}
.guides-content{
background-color:#f3f5f7 !important;
margin: 20px 0 20px 0;
}
.guides-objective-header {
margin-bottom: .5em;
}
.guide-image {
height: 64px;
align-self: flex-start;
}
.media-body {
margin-left: 15px;
}
.objective-item {
margin-bottom: .25em;
}
@media screen and (max-width: 600px) {
.media {
flex-direction: column;
}
.guide-image {
margin-bottom: 1.2em;
align-self: center;
}
}