[happybirthdaygnome-web] Drop offset from the divs that contain photos



commit 27b4492d688fd0e053b5bc076247d4df974ef188
Author: Tom Tryfonidis <tomtryf gnome org>
Date:   Tue Aug 1 20:35:09 2017 +0300

    Drop offset from the divs that contain photos

 index.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/index.html b/index.html
index 407212b..ff760c1 100644
--- a/index.html
+++ b/index.html
@@ -61,7 +61,7 @@
         <section class="bg-dark" id="timeline">
             <div class="container">
                 <div class="row">
-                    <div class="col-xs-12 col-sm-11 col-sm-offset-1">
+                    <div class="col-xs-12">
                         <div class="text-center">
                             <p class="h1">Learn about GNOME’s last 20 years</p>
                             <div class="timeline m-t-5">
@@ -200,7 +200,7 @@
     <section class="bg-dark" id="photos">
         <div class="container">
             <div class="row">
-                <div class="col-xs-12 col-sm-11 col-sm-offset-1">
+                <div class="col-xs-12">
                     <div class="text-center">
                         <p class="h3">We’ve been looking through old photos, remembering great times, and 
getting nostalgic.</p>
                         <p>Stroll down memory lane with us as we relive some of our accomplishments!</p>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]