Remove padding modifiers
This commit is contained in:
parent
c0e4a30bc5
commit
11e3c8a40b
@ -37,4 +37,3 @@ $family-secondary: 'Comfortaa', cursive;
|
||||
body {
|
||||
min-height: 100vh;
|
||||
}
|
||||
@import 'bulma-helpers/bulma-helpers';
|
@ -1,6 +1,6 @@
|
||||
<section class="hero is-medium is-dark is-bold">
|
||||
<div class="hero-body">
|
||||
<div class="container has-padding-50">
|
||||
<div class="container">
|
||||
<h1 class="title is-family-secondary has-text-weight-bold">
|
||||
Welcome
|
||||
</h1>
|
||||
|
@ -12,8 +12,13 @@
|
||||
</head>
|
||||
|
||||
<body class="has-background-white-bis">
|
||||
<div class="has-background-white">
|
||||
<div class="container has-padding-5 has-padding-right-35 has-padding-left-35 has-padding-right-10-mobile has-padding-left-10-mobile has-text-right">
|
||||
<!-- Wrapper -->
|
||||
<div id="wrapper" class="has-text-centered-mobile">
|
||||
|
||||
<!-- Hero -->
|
||||
<section class="hero is-medium">
|
||||
<div class="hero-head">
|
||||
<div class="container">
|
||||
<nav class="navbar" role="navigation" aria-label="main navigation">
|
||||
<div class="navbar-brand">
|
||||
<div class="is-half-width-mobile is-inline-block-mobile-only">
|
||||
@ -21,7 +26,8 @@
|
||||
TinyForms
|
||||
</a>
|
||||
</div>
|
||||
<div class="is-inline-block-mobile-only is-hidden-tablet is-half-width-mobile has-padding-right-10-mobile has-padding-top-15-mobile">
|
||||
<div
|
||||
class="is-inline-block-mobile-only is-hidden-tablet is-half-width-mobile has-padding-right-10-mobile has-padding-top-15-mobile">
|
||||
<% if !logged_in? -%>
|
||||
<%= link_to "Login", login_url, { :class => "button is-primary"} %>
|
||||
<% else -%>
|
||||
@ -45,10 +51,12 @@
|
||||
</div>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<main>
|
||||
<%= yield %>
|
||||
</main>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
x
Reference in New Issue
Block a user