blob: 6b92ab33886704664afd76c3c4f57e9f7981dd64 [file] [log] [blame]
/*
******************************************************************************
* Copyright © 2018 PTA GmbH.
* 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
*
******************************************************************************
*/
.app-content {
padding-top: 33px;
}
@media screen and (max-width: 767px) {
.app-content {
padding-top: 100px;
}
}