Update style.
This commit is contained in:
@@ -184,9 +184,8 @@ cat <<EOF
|
||||
border-radius: 20px;
|
||||
background: linear-gradient(30deg, rgba(100, 43, 200, 0.4), rgba(198, 66, 110, 0.4));
|
||||
position: relative;
|
||||
width: calc(100% - 25px);
|
||||
box-sizing: border-box;
|
||||
max-width: 420px;
|
||||
max-width: 100%;
|
||||
}
|
||||
#git-portfolio a {
|
||||
color: black;
|
||||
@@ -194,8 +193,8 @@ cat <<EOF
|
||||
display: inline-flex;
|
||||
flex-direction: column;
|
||||
flex-grow: 1;
|
||||
min-width: 400px;
|
||||
max-width: 450px;
|
||||
min-width: 380px;
|
||||
max-width: calc(100%);
|
||||
box-sizing: content-box;
|
||||
}
|
||||
#git-portfolio section ul.languages {
|
||||
|
||||
Reference in New Issue
Block a user