mirror of
https://github.com/dilllxd/gitfolio.git
synced 2024-08-14 22:28:09 +00:00
Add files via upload
This commit is contained in:
parent
6c0d2b1db6
commit
c772b6b47c
1 changed files with 17 additions and 17 deletions
|
@ -211,8 +211,13 @@ body{
|
||||||
#profile_img {
|
#profile_img {
|
||||||
width:180px;
|
width:180px;
|
||||||
height:180px;
|
height:180px;
|
||||||
|
min-width:180px;
|
||||||
|
min-height:180px;
|
||||||
|
max-width:180px;
|
||||||
|
max-height:180px;
|
||||||
border-radius:5px;
|
border-radius:5px;
|
||||||
background-size:cover !important;
|
background-size:cover !important;
|
||||||
|
background-repeat:no-repeat !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#profile div {
|
#profile div {
|
||||||
|
@ -240,15 +245,13 @@ body{
|
||||||
font-family: 'Questrial', sans-serif;
|
font-family: 'Questrial', sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
#about a,
|
#about a {
|
||||||
#username a {
|
|
||||||
color:#fff !important;
|
color:#fff !important;
|
||||||
text-decoration:none;
|
text-decoration:none;
|
||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
#about a:hover,
|
#about a:hover {
|
||||||
#username a:hover {
|
|
||||||
text-decoration:underline;
|
text-decoration:underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -272,18 +275,11 @@ body{
|
||||||
}
|
}
|
||||||
|
|
||||||
.projects {
|
.projects {
|
||||||
margin-left: -15px; /* align section w/ heading above */
|
columns:2;
|
||||||
}
|
|
||||||
|
|
||||||
.projects a {
|
|
||||||
/* 30px is the gutter size in magic grid */
|
|
||||||
width: calc(49% - 30px); /* 49% avoids a weird single column on some wide screens */
|
|
||||||
display: flex;
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.projects section {
|
.projects section {
|
||||||
width: 100%;
|
width:85%;
|
||||||
padding:2.5vh 5%;
|
padding:2.5vh 5%;
|
||||||
display:inline-block;
|
display:inline-block;
|
||||||
border-radius:5px;
|
border-radius:5px;
|
||||||
|
@ -291,6 +287,7 @@ body{
|
||||||
border:1px solid rgb(0, 0, 0, 0.08);
|
border:1px solid rgb(0, 0, 0, 0.08);
|
||||||
box-shadow:0px 0px 0px rgb(0, 0, 0, 0);
|
box-shadow:0px 0px 0px rgb(0, 0, 0, 0);
|
||||||
transition:0.4s ease-in-out;
|
transition:0.4s ease-in-out;
|
||||||
|
margin:2vh 0px;
|
||||||
transform:scale(1);
|
transform:scale(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -338,6 +335,7 @@ body{
|
||||||
}
|
}
|
||||||
|
|
||||||
#blogs {
|
#blogs {
|
||||||
|
columns:2;
|
||||||
}
|
}
|
||||||
|
|
||||||
#blogs section {
|
#blogs section {
|
||||||
|
@ -400,21 +398,23 @@ body{
|
||||||
#profile_img {
|
#profile_img {
|
||||||
width:120px;
|
width:120px;
|
||||||
height:120px;
|
height:120px;
|
||||||
|
min-width:120px;
|
||||||
|
min-height:120px;
|
||||||
|
max-width:120px;
|
||||||
|
max-height:120px;
|
||||||
margin:0px auto !important;
|
margin:0px auto !important;
|
||||||
}
|
}
|
||||||
#work {
|
#work {
|
||||||
margin:0px;
|
margin:0px;
|
||||||
}
|
}
|
||||||
.projects {
|
.projects {
|
||||||
margin-left: 0; /* remove neg margin to align w/ header */
|
columns:1;
|
||||||
}
|
|
||||||
.projects a {
|
|
||||||
width: 100%;
|
|
||||||
}
|
}
|
||||||
.projects section {
|
.projects section {
|
||||||
width:88%;
|
width:88%;
|
||||||
}
|
}
|
||||||
#blogs {
|
#blogs {
|
||||||
|
columns:1;
|
||||||
}
|
}
|
||||||
#blogs section {
|
#blogs section {
|
||||||
width:98%;
|
width:98%;
|
||||||
|
|
Loading…
Reference in a new issue