14 lines
334 B
Text
14 lines
334 B
Text
|
|
// Section header (part of .section)
|
|
|
|
.hdr-center {
|
|
display: inline-block;
|
|
padding: 20px 80px;
|
|
margin: 30px auto;
|
|
border-bottom: 2px solid @border-color;
|
|
}
|
|
|
|
.text-github { color: @github-color; }
|
|
.text-gitlab { color: @gitlab-color; }
|
|
.text-google { color: @google-color; }
|
|
.text-linkedin { color: @linkedin-color; }
|