fix cons
This commit is contained in:
commit
89a43434e7
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue