Skip to content

Commit dc6692e

Browse files
Changed background
1 parent 08f759c commit dc6692e

File tree

4 files changed

+16
-24
lines changed

4 files changed

+16
-24
lines changed

.DS_Store

0 Bytes
Binary file not shown.

app/routes/styles/AboutMe.scss

+10-18
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,19 @@
3030
.main-content{
3131
display: flex;
3232
flex:1;
33-
gap: 1.3rem;
33+
gap: 1rem;
34+
background: url('/backdrop3.jpg') no-repeat center center/cover;
3435
flex-direction: row;
3536
justify-content:center;
36-
align-items: center;
37+
align-items: flex-start;
3738
align-content: center;
3839
align-self: center;
40+
height: calc(100vh - 4rem);
41+
3942
}
4043

4144
.img-container{
4245
display: flex;
43-
margin-top: 1rem;
4446
margin-left: 3rem;
4547
width:10rem;
4648
height:10rem;
@@ -50,12 +52,11 @@
5052
.aboutme-text-container{
5153
display: flex;
5254
flex-direction: column;
53-
background: url('/backdrop3.jpg') no-repeat center center/cover;
55+
// background: url('/backdrop3.jpg') no-repeat center center/cover;
5456
padding: 50px;
5557
border-radius: 5px;
56-
margin: 1rem;
5758
line-height: 1.9rem;
58-
gap: 0.7rem;
59+
gap: 0.2rem;
5960
}
6061
.me{
6162
width: 100%;
@@ -68,29 +69,20 @@
6869
font-size: 1.1rem;
6970
margin:1rem;
7071
margin-bottom:1rem;
71-
font-weight: 400;
72+
font-weight: 300;
7273
color:rgb(246, 245, 245);
7374
word-spacing: 1px;
7475
padding: 15px;
7576
background-color: rgba(255,255,255,0.4);
76-
border-radius: 5px;
77+
border-radius: 40px;
7778
mix-blend-mode: screen;
7879
}
7980

80-
.introduction-1{
81-
font-family: "SF-Pro Medium";
82-
font-size: 1.1rem;
83-
margin-left:1rem;
84-
font-weight: 400;
85-
color:rgb(246, 245, 245);
86-
margin-bottom: 1.5rem;
87-
word-spacing: 0.1rem;
88-
}
89-
9081
.introduction-ending{
9182
font-family: 'GuardiansGalaxyFlood';
9283
font-size: 1.5rem;
9384
margin-left:1rem;
85+
border-radius: 40px;
9486
font-weight: 400;
9587
color:rgb(246, 245, 245);
9688
align-self: flex-end;

app/routes/styles/SpotLightSearch.scss

+6-6
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@
4949
.spotlight-icon{
5050
margin-top: 0.2rem;
5151
}
52-
.text{
53-
font-family: "SF-Pro Medium",-apple-system, BlinkMacSystemFont;
54-
color:rgb(47, 46, 46,1);
55-
font-weight: 500;
56-
font-size: 1.6rem;
57-
}
52+
// .text{
53+
// font-family: "SF-Pro Medium",-apple-system, BlinkMacSystemFont;
54+
// color:rgb(47, 46, 46,1);
55+
// font-weight: 500;
56+
// font-size: 1.6rem;
57+
// }
5858

public/wallpaper.png

8.55 MB
Loading

0 commit comments

Comments
 (0)