Преглед на файлове

Merge remote-tracking branch 'origin/master'

KrisVos130 преди 9 години
родител
ревизия
196521b2de
променени са 3 файла, в които са добавени 9 реда и са изтрити 3 реда
  1. 7 2
      app/client/app.css
  2. 1 1
      app/client/templates/contact.html
  3. 1 0
      app/client/templates/room.html

+ 7 - 2
app/client/app.css

@@ -1354,14 +1354,19 @@ nav form input[type="image"]{
 #header-dropdown li:hover > a {
     color: #1C39B2 !important;
 }
-
 #ban-icon {
     font-size: 20em;
     text-align: center;
     width: 100%;
     z-index: 3;
 }
-
 #banned-container {
     color: white;
 }
+@media (max-width: 991px){
+    .contact-img{
+        float: none;
+        margin-bottom: 0;
+    }
+}
+

+ 1 - 1
app/client/templates/contact.html

@@ -43,7 +43,7 @@
                 <!-- Wesley -->
                 <img height="100px" width="100px" class="img-circle contact-img" src="https://avatars0.githubusercontent.com/u/1158013?v=3&s=460" itemprop="image"/>
                 <h2 class="contact-name" itemprop="name">Wesley McCann</h2>
-                <h3 class="contact-pos">Web Developer</h3>
+                <h3 class="contact-pos">Developer</h3>
                 <ul class="contact-ul">
                     <li class="contact-option place-contact"><i class="fa fa-2x fa-map-marker contact-icon"></i> <span itemprop="address">USA</span></li>
                 </ul>

+ 1 - 0
app/client/templates/room.html

@@ -418,6 +418,7 @@
                     </div>
                 </div>
             </div>
+
             <ul class="bg-bubbles">
                 <li></li>
                 <li></li>