Skip to content
This repository was archived by the owner on Sep 19, 2018. It is now read-only.

Commit c0af9f0

Browse files
committed
cleaned up some messy html and css for scoreboard section and nearby events section
1 parent d5d2fb5 commit c0af9f0

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

static/scss/_near-event-grid.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020

2121
.box-inner{
2222
padding: 5px;
23-
padding-bottom: 5px;
2423
left:0;
2524
position: relative;
2625
width: 50%;

static/scss/_scoreboard.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ SCOREBOARD STYLES
66
display: block;
77
position: relative;
88
z-index: 999;
9-
padding-left: 0;
9+
padding: 0 25px;
1010
overflow: visible;
1111

1212
.one-row{

web/templates/pages/scoreboard.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ <h1>#codeEU Events Scoreboard</h1>
99
<div class="sb-wrapper">
1010
<ol class="one-row">
1111
{% for country in counts %}
12-
<li class="col-md-3 col-sm-4 col-xs-10 col-xs-offset-1 col-sm-offset-0 col-md-offset-0 sb-box">
12+
<li class="col-md-3 col-sm-4 col-xs-12 sb-box">
1313
<img src="/static/flags/{{ country.country_code|lower }}.png" alt="{{ country.country_name }}" />
1414
<div class="box-inner">
1515
<span class="country-name">{{ country.country_name }}</span><p> is participating with </p>

0 commit comments

Comments
 (0)