fixup spacings
This commit is contained in:
parent
9d169cd29a
commit
2c0df37f56
|
@ -122,7 +122,8 @@ footer {
|
||||||
}
|
}
|
||||||
|
|
||||||
header {
|
header {
|
||||||
margin: 24px;
|
padding: 24px;
|
||||||
|
border-bottom: 1px solid rgba(255, 255, 255, 0.13);
|
||||||
}
|
}
|
||||||
|
|
||||||
header p {
|
header p {
|
||||||
|
@ -142,7 +143,7 @@ hr {
|
||||||
* Navbar
|
* Navbar
|
||||||
*/
|
*/
|
||||||
.menu-logo {
|
.menu-logo {
|
||||||
height: 60px;
|
height: 48px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#home-link:hover {
|
#home-link:hover {
|
||||||
|
@ -365,8 +366,6 @@ hr {
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu ul {
|
.menu ul {
|
||||||
margin-top: 12px;
|
|
||||||
margin-bottom: 12px;
|
|
||||||
padding-left: 0px;
|
padding-left: 0px;
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
|
@ -905,7 +904,7 @@ pre {
|
||||||
.carousel-item {
|
.carousel-item {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: start;
|
||||||
max-width: 400px;
|
max-width: 400px;
|
||||||
height: 80px;
|
height: 80px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
Loading…
Reference in New Issue