Commit 88e55f41 authored by Taylor Otwell's avatar Taylor Otwell Committed by GitHub

Revert "Removes padding on html/body to kill the scrollbar"

parent 64ae3d5a
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
font-weight: 100; font-weight: 100;
height: 100vh; height: 100vh;
margin: 0; margin: 0;
padding: 0; padding: 10px;
} }
.full-height { .full-height {
...@@ -48,7 +48,6 @@ ...@@ -48,7 +48,6 @@
.title { .title {
font-size: 84px; font-size: 84px;
margin-bottom: 30px;
} }
.links > a { .links > a {
...@@ -60,6 +59,10 @@ ...@@ -60,6 +59,10 @@
text-decoration: none; text-decoration: none;
text-transform: uppercase; text-transform: uppercase;
} }
.m-b-md {
margin-bottom: 30px;
}
</style> </style>
</head> </head>
<body> <body>
...@@ -72,7 +75,7 @@ ...@@ -72,7 +75,7 @@
@endif @endif
<div class="content"> <div class="content">
<div class="title"> <div class="title m-b-md">
Laravel Laravel
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment