Skip to content

Commit 8221ce2

Browse files
committed
Visual adjusts
1 parent f67ce8c commit 8221ce2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

resources/css/all.css

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

resources/sass/all.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,7 @@ html {
327327
width: 17%;
328328
background-color: #F7F7F7;
329329
border-right: $border-color 1px solid;
330+
box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0.14);
330331

331332
nav {
332333

@@ -384,12 +385,12 @@ html {
384385
width: 83%;
385386
box-sizing: border-box;
386387
margin: auto;
387-
margin-top: 50px;
388388
color: #636e73;
389389
font-size: 2.5em;
390390
font-weight: lighter;
391391

392392
padding: 30px;
393+
padding-top: 50px;
393394
text-align: center;
394395
line-height: 1;
395396
cursor: default;
@@ -404,7 +405,6 @@ html {
404405
#center {
405406
@extend .column;
406407
width: 40%;
407-
box-shadow: 0 1px 10px rgba(0, 0, 0, 0.14);
408408
z-index: 10;
409409

410410
nav {

0 commit comments

Comments
 (0)