blob: 3a7ff68de98f5fdc286707b759cd42780f8ee11f [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%;
}
.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;
color: #292828;
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;
}