mirror of
https://github.com/jessebot/tiny_personal_website.git
synced 2025-10-01 01:48:43 +00:00
changed col-md to keep horizonital rotation at 768px screen width
This commit is contained in:
parent
a5b9e2b0f4
commit
6617ce65d4
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
% include('header.tpl')
|
||||
<div class="container">
|
||||
<div class="row d-flex justify-content-center align-items-center">
|
||||
<div class="col-6 col-lg-4 col-md-5 col-sm-6 col-xl-4" style="padding-bottom:2%; padding-top:2%;">
|
||||
<div class="col-6 col-lg-4 col-md-4 col-sm-6 col-xl-4" style="padding-bottom:2%; padding-top:2%;">
|
||||
<img class="img-fluid rounded main-img"
|
||||
src="/images/{{globals['image']}}"
|
||||
alt="What I look like.">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue