Merge pull request #860 from hashicorp/website-safari
flexbox should only have been used on website subpages
This commit is contained in:
commit
5142d7c267
|
@ -17,7 +17,9 @@ body.layout-docs,
|
|||
body.layout-inner,
|
||||
body.layout-downloads,
|
||||
body.layout-intro{
|
||||
//background: $light-black image-url('sidebar-wire.png') left 62px no-repeat;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
>.container{
|
||||
flex: 1 0 auto;
|
||||
|
||||
|
|
|
@ -11,8 +11,6 @@ html{
|
|||
}
|
||||
|
||||
body {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
min-height: 100%;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
color: $black;
|
||||
|
|
Loading…
Reference in New Issue