padding header and event fixed for mobile
This commit is contained in:
parent
86bb7acd17
commit
6cabc0d9a2
2 changed files with 13 additions and 1 deletions
|
@ -34,7 +34,10 @@
|
|||
padding-top:0px;
|
||||
box-shadow : none;
|
||||
width: 60%;
|
||||
|
||||
//for better spacing on mobile
|
||||
@media screen and (max-width: 768px) {
|
||||
width: 100%;
|
||||
}
|
||||
.title {
|
||||
font-size: 1.7em;
|
||||
font-weight: 500;
|
||||
|
|
|
@ -124,6 +124,15 @@ footer.footer {
|
|||
max-height: 250px;
|
||||
}
|
||||
}
|
||||
|
||||
//for better spacing on mobile
|
||||
header.section {
|
||||
padding: 0px 0px;
|
||||
}
|
||||
|
||||
main.section {
|
||||
padding-top: 0px;
|
||||
}
|
||||
}
|
||||
|
||||
#tipue_search_input {
|
||||
|
|
Loading…
Reference in a new issue