fine tuning UI
This commit is contained in:
parent
037d7050b3
commit
6b397d15d7
2 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@
|
|||
</div>*@
|
||||
<div class="form-group">
|
||||
@*<label for="exampleInputPassword1">Password</label>*@
|
||||
<input type="text" class="form-control col-4 mx-auto" id="handle" name="handle" autocomplete="off" placeholder="Twitter Handle">
|
||||
<input type="text" class="form-control col-8 col-sm-8 col-md-6 col-lg-4 mx-auto" id="handle" name="handle" autocomplete="off" placeholder="Twitter Handle">
|
||||
</div>
|
||||
<button type="submit" class="btn btn-primary">Show</button>
|
||||
</form>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
}
|
||||
|
||||
|
||||
<div class="col-6 mx-auto">
|
||||
<div class="col-12 col-sm-10 col-md-8 col-lg-6 mx-auto">
|
||||
<a href="@ViewData.Model.Url" class="nounderline" title="@ViewData.Model.Url">
|
||||
@*<div class="profile" style="background-image: url('@ViewData.Model.ProfileBannerURL');">*@
|
||||
<div class="profile">
|
||||
|
|
Reference in a new issue