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

10px gap on right size when using col-xs #227

Closed
applemate opened this issue Dec 28, 2016 · 3 comments
Closed

10px gap on right size when using col-xs #227

applemate opened this issue Dec 28, 2016 · 3 comments

Comments

@applemate
Copy link

applemate commented Dec 28, 2016

<!DOCTYPE html>
<html>
<head>
	<title></title>
	<link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/flexboxgrid/6.3.1/flexboxgrid.min.css" type="text/css" >
	<style>
		*{
			margin: 0;
			padding: 0;
		}
		header{
			height: 60px;
			background: #6290FF;
			color: #fff;
		}
	</style>
</head>
<body>
	<header>
		<div class="row">
			<div class="col-xs">
				<div class="box">
					<a>logo</a>
				</div>
			</div>
			<div class="col-xs">
				<div class=box>
				</div>
			</div>
		</div>
	</header>
</body>
</html>

problem: the html got overflow. check out the screenshot

screen_shot_2016-12-28_at_5_26_27_pm

@SuEric
Copy link

SuEric commented Aug 1, 2017

How to solve this?? @kristoferjoseph

@imevro
Copy link

imevro commented Aug 2, 2017

Seems like flexboxgrid was abandoned by @kristoferjoseph, so I forked project and made flexboxgrid2.

What is already done:

flexboxgrid2 right now is alpha5, so if you can test it and fills issues (or PRs!) I'll be very grateful.

@applemate
Copy link
Author

close issue due to framework no longer maintained. Recommend using bootstrap 4

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

3 participants