Skip to content

Commit

Permalink
Merge pull request #221 from googlecodelabs/nicolasgarnier-patch-4
Browse files Browse the repository at this point in the history
Tweaked style of control bar
  • Loading branch information
Nicolas Garnier authored Apr 10, 2019
2 parents 29f3c88 + a050b7d commit 7b2716a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion codelab-elements/google-codelab/google_codelab.scss
Original file line number Diff line number Diff line change
Expand Up @@ -99,14 +99,17 @@ google-codelab #controls {
right: 0;
display: flex;
justify-content: center;
z-index: 10;
padding: 0 32px;
flex-direction: column;
z-index: 1001;
}

google-codelab #fabs {
display: flex;
flex-grow: 1;
max-width: 1025px;
width: 100%;
margin: 0 auto;
}

google-codelab #fabs .spacer {
Expand Down

0 comments on commit 7b2716a

Please sign in to comment.