View file web/css3.css

File size: 418B
@media screen and (max-width: 900px)  
{
	.head 
	{
		height: 100px;
	}

	.head_menu 
	{
		position: absolute;
		top:50px;
		left:1px;
		text-align:left;
		border-top: 1px solid #fff;
		display:block;
		min-width:460px;
	}
	
	.link_title 
	{ 
		margin-left:1px;
		min-width: 15%;
	}
	
	.exit
	{
		text-align:right;
		vertical-align:top;
	}
	
	.table
	{
		width:100%;
	}
	
	.ind_cont 
	{ 
	
		margin-top:120px;
	}
	
}