diff options
author | Marko Pušnik <marko.pusnik@guru.si> | 2015-10-07 17:38:03 +0200 |
---|---|---|
committer | Marko Pušnik <marko.pusnik@guru.si> | 2015-10-07 17:38:03 +0200 |
commit | caf317ad74014036618116e83db01a99364de230 (patch) | |
tree | 8bfec4a29559c7417ba1b4b2a6902f6ed86a78a0 /css | |
parent | 622c098d2a825d4fe63a84f1244db2fc5ea5f0c8 (diff) |
logo (navbar-brend)
Diffstat (limited to 'css')
-rw-r--r-- | css/codeq.css | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/css/codeq.css b/css/codeq.css index 1e5919b..c4ab380 100644 --- a/css/codeq.css +++ b/css/codeq.css @@ -15,6 +15,23 @@ body { /*margin-left: 5px;*/ } +/* brand */ +.navbar-brand { + padding: 7px 15px; /*adjust the top/bottom padding if your logo looks too small */ + margin-top: 0; /* you can adjust this if your logo needs to be moved up or down but simply adjusting the padding is easier */ + height: 50px; /* this should be equal to computed height of .navbar-nav>li>a */ +} + +.navbar-brand>img { + -o-object-fit: contain; /* Opera Support */ + object-fit: contain; /* Resize down to fit container */ + max-height: 100%; /* resize DOWN to height of container which is set to 50px */ + height: 100%; /* resize UP to fit*/ + max-width: 100%; + width: auto; /* resize based on height */ + margin: 0 auto; +} + /* modalLogIn */ #modalLogIn{ min-width: 250px; |