Commit 89a43434 authored by Taylor Otwell's avatar Taylor Otwell

fix cons

parents 4c2e1ed7 6e91cc6a
......@@ -47,7 +47,6 @@
.title {
font-size: 84px;
margin-bottom: 30px;
}
.links > a {
......@@ -59,6 +58,10 @@
text-decoration: none;
text-transform: uppercase;
}
.m-b-md {
margin-bottom: 30px;
}
</style>
</head>
<body>
......@@ -71,7 +74,7 @@
@endif
<div class="content">
<div class="title">
<div class="title m-b-md">
Laravel
</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