Skip to content

Commit a120a72

Browse files
committed
formatted header
1 parent 12e723d commit a120a72

2 files changed

Lines changed: 9 additions & 6 deletions

File tree

assets/sass/base/_mixins.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@
55
[main-start] minmax(0, 1300px) [main-end]
66
minmax(15px, 1fr) [full-end];
77

8-
&> * {
8+
& > * {
99
grid-column: main;
1010
}
1111
}
1212

1313
@mixin rounded-button {
1414
display: inline-block;
1515
font-size: 18px;
16-
padding: 7px 50px 7px 50px;
16+
padding: 15px 40px;
1717
color: #fff;
1818
font-weight: 500;
19-
border-radius: 50px;
20-
border: 3px solid #fff;
19+
border-radius: 10px;
20+
background-color: #63338f;
2121

2222
&:hover {
2323
color: #000;

assets/sass/layout/_header.scss

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272
}
7373

7474
.site-logo {
75+
flex: 1 1 0;
7576
}
7677

7778
.site-banner {
@@ -84,15 +85,17 @@
8485
}
8586

8687
.get-started {
87-
margin-left: auto;
88-
padding-bottom: 10px;
88+
display: flex;
89+
flex: 2 1 0;
90+
justify-content: end;
8991

9092
a {
9193
@include rounded-button;
9294
}
9395
}
9496

9597
.site-navigation {
98+
flex: 2 1 0;
9699
padding: 0 0 10px 0;
97100
font-size: 18px;
98101

0 commit comments

Comments
 (0)