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

fix cons

parents 4c2e1ed7 6e91cc6a
...@@ -47,7 +47,6 @@ ...@@ -47,7 +47,6 @@
.title { .title {
font-size: 84px; font-size: 84px;
margin-bottom: 30px;
} }
.links > a { .links > a {
...@@ -59,6 +58,10 @@ ...@@ -59,6 +58,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>
...@@ -71,7 +74,7 @@ ...@@ -71,7 +74,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