mirror of
https://github.com/gamaio/lobli.git
synced 2025-01-03 15:52:42 +00:00
Align the page head to top of navbar
This commit is contained in:
parent
f0f858950d
commit
e068995839
@ -55,7 +55,7 @@ hr {
|
|||||||
font-family: "Montserrat Bold Italc";
|
font-family: "Montserrat Bold Italc";
|
||||||
font-size: 52px;
|
font-size: 52px;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
margin-left: 21%;
|
text-align: center;
|
||||||
color: #ccc;
|
color: #ccc;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -82,12 +82,18 @@ hr {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.submitbtn{
|
.submitbtn{
|
||||||
width:30px;
|
|
||||||
height: 47px;
|
height: 47px;
|
||||||
background: #333;
|
background: #333;
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.submitbtn:hover {
|
||||||
|
background: #333;
|
||||||
|
color: #9ab4d5;
|
||||||
|
height: 47px;
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
|
||||||
#footer{
|
#footer{
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user