This commit is contained in:
Taylor Otwell 2016-08-05 09:43:51 -05:00
commit 89a43434e7
1 changed files with 5 additions and 2 deletions

View File

@ -47,7 +47,6 @@
.title { .title {
font-size: 84px; font-size: 84px;
margin-bottom: 30px;
} }
.links > a { .links > a {
@ -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 @@
@endif @endif
<div class="content"> <div class="content">
<div class="title"> <div class="title m-b-md">
Laravel Laravel
</div> </div>