Merge pull request #3861 from laravel/revert-3853-develop
Revert "Removes padding on html/body to kill the scrollbar"
This commit is contained in:
commit
6e91cc6ad3
|
@ -19,7 +19,7 @@
|
|||
font-weight: 100;
|
||||
height: 100vh;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.full-height {
|
||||
|
@ -48,7 +48,6 @@
|
|||
|
||||
.title {
|
||||
font-size: 84px;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
.links > a {
|
||||
|
@ -60,6 +59,10 @@
|
|||
text-decoration: none;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.m-b-md {
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
@ -72,7 +75,7 @@
|
|||
@endif
|
||||
|
||||
<div class="content">
|
||||
<div class="title">
|
||||
<div class="title m-b-md">
|
||||
Laravel
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in New Issue