diff --git a/css/style.css b/css/style.css index fa5d272..1c4aab8 100644 --- a/css/style.css +++ b/css/style.css @@ -46,9 +46,10 @@ nav ul { nav ul li { display: inline-block;/*display property specifies the display behavior (the type of rendering box) of an element.*/ /*inline-block allows to set a width and height on the element and the top and bottom margins/paddings are respected*/ - margin: 55px; + margin: 0px; margin-bottom: 15px; margin-top: 25px; + margin-right : 50px; }