Skip to content

Commit 9d49949

Browse files
authored
fix rounded corners (#268)
* Fix * added my-1 bc noah asked for it
1 parent f55f7c8 commit 9d49949

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

‎profiles/templates/include/nav.html‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<nav class="navbar fixed-top navbar-expand-lg navbar-dark bg-primary">
1+
<nav class="navbar fixed-top navbar-expand-lg navbar-dark bg-primary my-1">
22

33
<div class="container">
44
<a class="navbar-brand d-inline-flex align-items-center" href="/">

‎profiles/templates/profile.html‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<div id="profile-container" class="container">
1212
<div class="row">
1313
<div class="col-sm-12 col-md-6">
14-
<div class="card card-custom-wide mb-3 shadow-sm">
14+
<div class="card card-custom-wide mb-3 shadow-sm overflow-hidden">
1515
<div class="card-custom-wide-img">
1616
<div class="card-custom-avatar">
1717
{% if member_info.uid == info["uid"] %}

0 commit comments

Comments
 (0)