Browse Source

Give the start button a whole row, no matter what

master
Fen Dweller 5 years ago
parent
commit
fb521a6e4a
2 changed files with 7 additions and 5 deletions
  1. +1
    -5
      stroll.html
  2. +6
    -0
      style.css

+ 1
- 5
stroll.html View File

@@ -235,16 +235,12 @@


<ul class="flex-outer"> <ul class="flex-outer">


<div class="custom-category">
</div>


<div class="custom-category">
<div class="custom-category wide-category">
<div> <div>
<button class="option-button" id="button-start">Start Game</button> <button class="option-button" id="button-start">Start Game</button>
</div> </div>
</div> </div>
<div class="custom-category">
</div>


<div class="custom-category"> <div class="custom-category">
<p>Presets let you play as other players' characters. There are a few groups to choose from.</p> <p>Presets let you play as other players' characters. There are a few groups to choose from.</p>


+ 6
- 0
style.css View File

@@ -350,6 +350,12 @@ input[type="checkbox"]:checked ~ .reveal-if-active {
width: 500px; width: 500px;
} }


body.dark .custom-category.wide-category,
body.light .custom-category.wide-category {
width: 90%;
background: none;
}

.custom-category-sub { .custom-category-sub {
text-align: center; text-align: center;
margin: 10px; margin: 10px;


Loading…
Cancel
Save