mirror of
https://github.com/len0rd/personal-website.git
synced 2025-09-05 13:53:51 -04:00
fixed contact layout. add short bio to index
This commit is contained in:
parent
b4e2bf534f
commit
432e408a2c
4 changed files with 99 additions and 57 deletions
|
@ -1,9 +1,5 @@
|
|||
.page-footer {
|
||||
padding-right: 0px;
|
||||
padding-left: 0px;
|
||||
}
|
||||
|
||||
.icon-footer {
|
||||
padding: 2%;
|
||||
padding: 2vh;
|
||||
}
|
||||
|
||||
|
@ -32,4 +28,33 @@
|
|||
.navbar-transparent {
|
||||
background-color: transparent;
|
||||
border-color: rgba(255,255,255,0.4);
|
||||
}
|
||||
|
||||
.cenMain {
|
||||
padding-top: 20%;
|
||||
padding-bottom: 20%;
|
||||
padding-top: 20vh;
|
||||
padding-bottom: 20vh;
|
||||
width: 60%;
|
||||
margin: auto;
|
||||
|
||||
}
|
||||
|
||||
.container-cenMain {
|
||||
height: 100%;
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
.code {
|
||||
background-color: #161038;
|
||||
}
|
||||
|
||||
.text-yellow {
|
||||
text-emphasis-color: yellow;
|
||||
}
|
||||
|
||||
.card {
|
||||
background-color: rgba(0, 0, 0, 0.1) !important;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue