We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ceccdbd commit 1304e84Copy full SHA for 1304e84
css/main.css
@@ -50,12 +50,12 @@ header {
50
align-items: center;
51
flex-flow: row wrap;
52
border-bottom: 3px solid #77a466;
53
+ padding: 38px 0 0;
54
width: 100%;
55
}
56
57
header h1 {
58
margin: 0;
- padding: 38px 0 0;
59
60
header h1 span {
61
color: #77a466;
@@ -72,12 +72,13 @@ nav {
72
header nav ul {
73
74
padding: 0;
75
+ width:100%;
76
+ justify-content: space-between;
77
78
header nav ul li {
79
text-transform: uppercase;
80
font-weight: 700;
81
font-size: .875em;
- padding: 6%;
82
display: flex;
83
84
justify-content: space-around;
0 commit comments