Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

is there gap between grid__column #37

Open
tablecell opened this issue Oct 18, 2021 · 0 comments
Open

is there gap between grid__column #37

tablecell opened this issue Oct 18, 2021 · 0 comments

Comments

@tablecell
Copy link

tablecell commented Oct 18, 2021

 
<!doctype html><html><head><meta charset='utf-8' />
<link rel="stylesheet"  href="tent.css" />

<style>
body{background:azure}

</style>

</head><body><div class="container" >

 
<div class="grid"  style="background:#fff;margin-top:8px;"  >
    <div class="grid__column grid__column--8   ">main </div>
    <div class="grid__column grid__column--4   " >aside </div>
</div>



<div class="grid"  style="background:#fff;margin-top:8px;" >
    <div class="grid__column grid__column--8  ">main </div>
    
    <div class="grid__column grid__column--3 "  style="margin-left:1em" >aside </div>
</div>


<div class="grid"  style="background:#fff;margin-top:8px;" >
    <div class="grid   grid--justify-start"> 
          <div class="grid__column grid__column--4   ">main </div>
     </div>
    
    <div class="grid grid--justify-end"    > 
        <div class="grid__column grid__column--4   " >aside </div>
     </div>
</div>



</div></body></html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant