Skip to content

Commit 279fb50

Browse files
committed
Misc. format fixes
1 parent 6200864 commit 279fb50

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

css/cv.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ p {
8989
}
9090

9191
.my-nav-right {
92+
margin-left: auto;
9293
flex-grow: 1;
9394
align-self: center;
9495
align-items: center;
@@ -213,6 +214,7 @@ p {
213214

214215
.my-header-logos {
215216
display: flex;
217+
flex-direction: column;
216218
align-items: center;
217219
justify-content: center;
218220
background-color: rgba(0, 0, 0, 0)!important;
@@ -318,6 +320,7 @@ p {
318320

319321
.my-header-logos {
320322
margin-left: auto;
323+
flex-direction: row;
321324
}
322325

323326
.imgLi {
@@ -413,8 +416,6 @@ p {
413416
width: auto!important;
414417
}
415418

416-
417-
418419
#goals {
419420
grid-row: 1;
420421
grid-column: 1/4!important;

html/cv.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
<span class="material-symbols-outlined" onclick="print()">print</span>
4040
<p id="inspiration" data-text="inspiration"></p>
4141
</div>
42-
4342
</nav>
4443

4544
<div class="my-main">

html/skills.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<link rel="preconnect" href="https://fonts.googleapis.com">
1515
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
1616
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap" rel="stylesheet">
17+
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200" />
1718

1819
<script src="../js/jquery-3.6.0.min.js"></script>
1920
<script src="../js/lang.js"></script>
@@ -38,7 +39,10 @@
3839
<button class="my-button langOption undecoratedLink" onclick="openMain()">
3940
<p data-text="main">Main page</p>
4041
</button>
41-
<p id="inspiration" data-text="inspiration"></p>
42+
<div class="my-nav-right">
43+
<span class="material-symbols-outlined" onclick="print()">print</span>
44+
<p id="inspiration" data-text="inspiration"></p>
45+
</div>
4246
</nav>
4347

4448
<div class="my-main">

0 commit comments

Comments
 (0)