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