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