DmitrMakeev commited on
Commit
745e055
·
verified ·
1 Parent(s): 4d3f696

Update nutri_call.html

Browse files
Files changed (1) hide show
  1. nutri_call.html +2 -1
nutri_call.html CHANGED
@@ -170,7 +170,8 @@
170
  .logo-img {
171
  max-width: 80%;
172
  max-height: 80%;
173
- object-fit: contain;
 
174
  }
175
 
176
  .header-block h1 {
 
170
  .logo-img {
171
  max-width: 80%;
172
  max-height: 80%;
173
+ object-fit: cover; /* заполнит весь круг без отступов */
174
+ border-radius: 50%; /* чтобы изображение тоже было круглым */
175
  }
176
 
177
  .header-block h1 {