Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
snejugal.ru
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
4
Snippets
Groups
Projects
Show more breadcrumbs
Artem Starikov
snejugal.ru
Compare revisions
d41e4a016811d33ea7587d8fc7b7e33ec9c2b747 to 07b0d772595e88b760c7f7ca7b393c09bb8e95fb
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
SnejUgal/snejugal.ru
Select target project
No results found
07b0d772595e88b760c7f7ca7b393c09bb8e95fb
Select Git revision
Branches
master
Swap
Target
SnejUgal/snejugal.ru
Select target project
SnejUgal/snejugal.ru
1 result
d41e4a016811d33ea7587d8fc7b7e33ec9c2b747
Select Git revision
Branches
master
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
Fix columned socials
· 07b0d772
SnejUgal
authored
6 years ago
07b0d772
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/styles.css
+1
-1
1 addition, 1 deletion
src/styles.css
with
1 addition
and
1 deletion
src/styles.css
View file @
07b0d772
...
@@ -185,7 +185,7 @@ body {
...
@@ -185,7 +185,7 @@ body {
&
_socials
{
&
_socials
{
display
:
grid
;
display
:
grid
;
grid-template-columns
:
repeat
(
auto-fit
,
var
(
--tileSize
));
grid-template-columns
:
repeat
(
3
,
var
(
--tileSize
));
}
}
&
_social
{
&
_social
{
...
...
This diff is collapsed.
Click to expand it.