Skip to content

Commit

Permalink
Adjust phone layout
Browse files Browse the repository at this point in the history
  • Loading branch information
IGPenguin committed Oct 23, 2022
1 parent bf27ed0 commit 102ad1a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions _sass/jekyll-theme-minimal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ hr {

footer {
width:auto;
margin-top: 42px;
margin-top: 30px;
font-weight: normal;
font-size: 12px;
color:#fff;
Expand Down Expand Up @@ -256,7 +256,10 @@ select {

.quest {
float: center;
padding: 12px;
padding-top: 8px;
padding-bottom: 8px;
padding-left: 12px;
padding-right: 12px;
background-color: rgb(40,40,40);
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.5);
vertical-align: middle;
Expand Down

0 comments on commit 102ad1a

Please sign in to comment.