mirror of
https://github.com/hexahigh/portfolio.git
synced 2025-12-12 03:25:06 +01:00
14 lines
208 B
CSS
14 lines
208 B
CSS
.header {
|
|
border-bottom: 1px solid #111;
|
|
padding: 0.1rem 1vw;
|
|
display: block;
|
|
}
|
|
|
|
.mainWrapper {
|
|
text-align: center;
|
|
padding-top: 1rem;
|
|
}
|
|
|
|
.roboto {
|
|
font-family: 'Roboto', sans-serif;
|
|
} |