Skip to content

Commit 5b1c746

Browse files
committed
bug fix
1 parent ca386e5 commit 5b1c746

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

style.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,7 @@ body {
5858
justify-content:end;
5959
gap:128px;
6060
padding-right: 10%;
61-
62-
backdrop-filter: blur(10px);
61+
backdrop-filter: blur(60px);
6362
}
6463

6564
#parentofall {
@@ -1027,13 +1026,14 @@ a:visited {
10271026

10281027
@media screen and (max-width: 500px) {
10291028
#rem{
1030-
width: 100vw;
1029+
width:100vw;
10311030
top: 85%;
1032-
gap: 9px;
1031+
gap: 7px;
1032+
justify-content: space-evenly;
10331033
}
10341034
.resume2 , .resume1{
1035-
padding: 12px 38px;
1036-
font-size: .78rem;
1035+
padding: 12px 18px;
1036+
font-size: .8rem;
10371037
}
10381038
.resume1:hover , .resume2:hover{
10391039
background-color: #000000;

0 commit comments

Comments
 (0)