Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Fixed company logos and title responsive issue #71

Merged
merged 2 commits into from
Jan 5, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ ul li ul a.sf-with-ul:after {
#titlebar {
background-color: #f6f6f6;
position: relative;
padding: 70px;
padding: 70px 0px;
margin-bottom: 50px;
}

Expand Down Expand Up @@ -4487,7 +4487,7 @@ span.temporary {
}

.listing .listing-logo {
width: 100%;
width: 60px;
min-width: 60px;
display: flex;
align-items: center;
Expand Down