Skip to content

Commit

Permalink
update big text style
Browse files Browse the repository at this point in the history
  • Loading branch information
lihongxun945 committed Jul 11, 2018
1 parent 706d1c2 commit 26c4f24
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/components/BigText.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,14 @@ export default {

<style lang="scss" scoped>
.big-text {
font-size: 3rem;
font-size: 5rem;
font-weight: bold;
color: red;
position: fixed;
height: 5rem;
width: 20rem;
line-height: 5rem;
top: 20rem;
top: 22rem;
left: 50%;
margin-left: -10rem;
opacity: 1;
Expand Down

0 comments on commit 26c4f24

Please sign in to comment.