/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 11, 2019, 7:41:17 PM
    Author     : abed_
*/

/* nav:after{
  content: "Beta Version";
  position: fixed;
  width: 150px;
  height: 25px;
  background: #EE8E4A;
  top: 20px;
  left: -40px;
  text-align: center;
  font-size: 10px;
  font-family: sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  line-height: 27px;
  transform:rotate(-45deg);
} */

@media screen and (max-width: 750px) {
  nav:after {
    left: -10px;
  }
}
