Skip to content

Commit

Permalink
corrected some mobile view
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyanshjn committed Jun 4, 2018
1 parent 3e34524 commit 812f11f
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 4 deletions.
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
<div class="container" style="margin-top:0px;margin-bottom:60px;">
<div class="row">
<div class="col-lg-12 text-center">
<h3 class="recent-work" style ="font-size :70px"> Our Projects</h3></div>
<h3 class="recent-work"> OUR &nbsp PROJECTS</h3></div>
<div class="col-lg-12 col-lg-offset-0 recent">
<div id="owl-demo" class="owl-carousel owl-theme wow fadeIn animated" data-wow-animation-name="fadeIn" style="opacity: 1; display: block; visibility: visible; animation-name: fadeIn;">
<div class="owl-wrapper-outer"><div class="owl-wrapper" style="width: 2280px; left: 0px; display: block;"><div class="owl-item" style="width: 285px;"><div class="item view view-tenth"><img src="works/img2017.jpg" alt="work Image">
Expand All @@ -173,6 +173,7 @@ <h3 class="recent-work" style ="font-size :70px"> Our Projects</h3></div>
<br>2017</a>
</div>
</div></div><div class="owl-item" style="width: 285px;"><div class="item view view-tenth"><img src="works/img6.jpg" alt="work Image">

<div class="mask">
<a href="project.html#cars2015" class="info" data-toggle="tooltip" data-placement="top" title="" data-original-title="Details"> <i class="fa fa-link"> </i>
<br>2015</a>
Expand Down Expand Up @@ -321,7 +322,7 @@ <h3 class="recent-work" style ="font-size :70px"> Our Projects</h3></div>
<div class="row">
<div class="col-sm-9">
<p class="footerDetail"><i class="fa fa-home footerDetailIcon"></i>Mechanical & Industrial Engineering Department, IIT Roorkee</p>
<p class="footerDetail"><i class="fa fa-globe footerDetailIcon1"></i>247667 , Uttarakhand, India</p><p class="footerDetail"><i class="fa fa-mobile footerDetailIcon1" style="font-size: 2.2vw"></i>Mobile : +91-8171360730, +91-7060334417</p>
<p class="footerDetail"><i class="fa fa-globe footerDetailIcon1"></i>247667 , Uttarakhand, India</p><p class="footerDetail"><i class="fa fa-mobile footerDetailIcon1" style="font-size: 2.2vw"></i>Mobile :+91-8650267812, +91-7060863864</p>
<p class="footerDetail"><i class="fa fa-envelope footerDetailIcon1"></i>Email : iitrms.iitr@gmail.com</p>
</div>
<div class="col-sm-3">
Expand Down
10 changes: 9 additions & 1 deletion src/css/index12.css
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,6 @@ background-color: #000;
left:150px;
padding: 15px;


}
.mainfrontimage{
height:750px !important;
Expand Down Expand Up @@ -740,3 +739,12 @@ hr {
border-style: inset;
border-width: 1px;
}
.recent-work
{
color:#000;
font-size: 5vw;
margin-top: 2vh;
font-weight: 700;
font-family: 'Lato', snas-serif;
text-align:center;
}
36 changes: 35 additions & 1 deletion src/css/indexMob2.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,16 @@
.aboutUsHeading {
font-size: 9.5vw;
margin-top: 0vh;
margin-bottom: 0vh;
padding-left: 10vw;
text-align:center;
}
.aboutUsTextMain {
font-size: 3.6vw;
padding-left: 10vw;
padding-right: 7vw;
line-height: 26px;
margin-top: 0vh;
margin-top:0vh;
word-spacing: -.5vw
}
.readMoreMainButton a {
Expand Down Expand Up @@ -289,6 +291,38 @@ font-size:08px;
{
font-size:10px;
}
::-webkit-scrollbar {
width:5px ; /* remove scrollbar space */
background: transparent; /* optional: just make scrollbar invisible*/
height:3px;
}

::-webkit-scrollbar-thumb {
width: 0px ;
border-radius:0px;
background-color: #53a374;
height:0px;
}

::-webkit-scrollbar-button {
height:0px;
}
::-webkit-scrollbar-corner {
display:none;
}
.recent-work
{
font-size: 8vw;
margin-top: 2vh;
font-weight: 700;
font-family: 'Lato', snas-serif;
}
.staticnaavbar{
background-color:rgba(255,255,255,1);
}
.fixed-nav-bar {
height: 40px;
}
.mobviewcenter{
display: flex;
align-items: center;
Expand Down

0 comments on commit 812f11f

Please sign in to comment.