소스 검색

center vertically hero text

pull/342/head
Guillaume Vincent 8 년 전
부모
커밋
ca43607881
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. +2
    -1
      src/components/Hero.vue

+ 2
- 1
src/components/Hero.vue 파일 보기

@@ -8,6 +8,7 @@

#hero-text {
color: #ffffff;
padding-top: 6em;
}

@media (max-width: 544px) {
@@ -32,7 +33,7 @@
</div>
</div>
</div>
<div id="hero-text" class="col-lg-6 pull-lg-6 p-t-3">
<div id="hero-text" class="col-lg-6 pull-lg-6">
<h1 class="display-5">Next-Gen Open Source Password Manager</h1>
<p class="lead">
Stop wasting time synchronize your encrypted vault.


불러오는 중...
취소
저장