Skip to content

Commit

Permalink
Merge pull request #3 from leighfall/leighfall-branch
Browse files Browse the repository at this point in the history
Fix name when on a larger screen
  • Loading branch information
leighfall authored Jul 5, 2024
2 parents a1bcd47 + 132bd56 commit e0f22ca
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 7 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<title>Autumn's Portfolio</title>
<script type="module" crossorigin src="/assets/index-6dba8942.js"></script>
<link rel="stylesheet" href="/assets/index-63370cfb.css">
<script type="module" crossorigin src="/assets/index-73691788.js"></script>
<link rel="stylesheet" href="/assets/index-788919d2.css">
</head>
<body>
<div id="app"></div>
Expand Down
6 changes: 5 additions & 1 deletion src/views/HomeView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ import SocialMedia from '../components/SocialMedia.vue';
<div class="pic">
<img src="../assets/images/profilepicsmall.png" />
</div>
<div class="name">Autumn Henderson</div>
<div class="name">
Autumn
<br />
Henderson
</div>
</div>
<div class="role">
<p>Junior Frontend Engineer</p>
Expand Down

0 comments on commit e0f22ca

Please sign in to comment.