/*
Theme Name: skolhistoria Child
Theme URI: https://www.skolhistoria.fi
Template: gridalicious
Author: Artsee Marketing Finland
Author URI: https://www.artseemarketingfinland.com
Description: Gridalicious is a Simple, Clean, Grid Base Responsive WordPress Theme which automatically adapts to the screen's size, ensuring that your content is always displayed beautifully no matter what device visitors are using. It is based in HTML5, CSS3 and WordPress Theme Customizer for real time customization. This theme is translation ready and also currently translated in French and German language. Check out Theme Instructions at https://catchthemes.com/theme-instructions/gridalicious/, Support at https://catchthemes.com/support/ and Demo at https://catchthemes.com/demo/gridalicious/
Tags: blog,grid-layout,one-column,two-columns,left-sidebar,right-sidebar,custom-background,custom-colors,custom-logo,custom-header,custom-menu,editor-style,featured-image-header,featured-images,flexible-header,front-page-post-form,post-formats,sticky-post,theme-options,threaded-comments,translation-ready,footer-widgets,full-width-template,news,portfolio
Version: 1.8.1562670834
Updated: 2019-07-09 11:13:54

*/
.Landskap{
	display:flex;
	flex-direction: row;
	background: whitesmoke;
	border: 2px solid grey;
	padding: 7px;
	border-radius: 20px;
	align-content: space-between;
	-webkit-box-shadow: 5px 5px 15px 8px rgba(47,47,46,0.16); 
	box-shadow: 5px 5px 15px 8px rgba(47,47,46,0.16);
	text-align: center;
}
.entry-content .Landskap ul{
	display: flex;

} 
.entry-content .Landskap  li{
	list-style-type: none;
	padding: 3px;
	font-size: 1.2em;
	margin-left: 2vw;
}
.entry-content .Landskap a{
	color: black;
	background: inherit;
}
.entry-content .Landskap a:hover {
	text-decoration: none;
	background: white;
}

@media only screen and (max-width: 700px) {
  .Landskap {
    flex-direction: column;
  }
}
